This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2020-06-17.12:45:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592397957.29.0.726353926705.issue41003@roundup.psfhosted.org>
In-reply-to
Content
This issue is similar to bpo-40055: running test_copyreg fails with ENV_CHANGED if numpy is available. Example:

$ ./python -m venv env
$ env/bin/python -m pip install numpy
$ env/bin/python -m test --fail-env-changed -v test_copyreg -m xxxx
== CPython 3.9.0b3+ (heads/getpath_platlibdir39:11462e9847, Jun 11 2020, 17:49:13) [GCC 10.1.1 20200507 (Red Hat 10.1.1-1)]
(...)
Warning -- warnings.filters was modified by test_copyreg
  Before: (140498488250848, [], [])
  After:  (140498488250848, [], [('ignore', re.compile('numpy.ndarray size changed', re.IGNORECASE), <class 'Warning'>, None, 0), ('ignore', re.compile('numpy.ufunc size changed', re.IGNORECASE), <class 'Warning'>, None, 0), ('ignore', re.compile('numpy.dtype size changed', re.IGNORECASE), <class 'Warning'>, None, 0), ('always', None, <class 'numpy.RankWarning'>, None, 0)]) 
(...)
History
Date User Action Args
2020-06-17 12:45:57vstinnersetrecipients: + vstinner
2020-06-17 12:45:57vstinnersetmessageid: <1592397957.29.0.726353926705.issue41003@roundup.psfhosted.org>
2020-06-17 12:45:57vstinnerlinkissue41003 messages
2020-06-17 12:45:57vstinnercreate