Changes between Initial Version and Version 1 of Ticket #32994, comment 3
- Timestamp:
- Aug 15, 2021, 11:35:12 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32994, comment 3
initial v1 1 Tests in description assumes `__main__.__spec__` value to be `None`, but running the test with `-m` option make some change in `__main__.__spec__` thus gives unexpected result. I fixed the issue by mocking `__main__.__spec__` and did a pull request at 1 Tests in description assumes `__main__.__spec__` value to be `None`, but running the test with `-m` option make some change in `__main__.__spec__` thus gives unexpected result. I fixed the issue by mocking `__main__.__spec__` and did a pull request at `https://github.com/django/django/pull/14772`