Suggestion: remove bundled py.test version
See original GitHub issueOnce https://github.com/astropy/astropy/issues/5277 is fixed, we should seriously consider no longer vendoring py.test with Astropy. As of py.test 3.x, the --genscript
option which we use to make the bundled version is no longer supported, so in the long term we will be stuck with the version we have. This may then cause incompatibilities in future with plugins, and future Python versions.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:6
- Comments:14 (14 by maintainers)
Top Results From Across the Web
latest PDF - pytest Documentation
Check that you installed the correct version: $ pytest --version pytest 7.2.0 ... delattr to remove the function or property for the test....
Read more >Test discovery failure when tests in different directories are ...
I had different python versions on my macbook and on my Docker container. ... The solution was to remove the wrongly created files...
Read more >1861435 – Review Request: python-pytest-venv - py.test ...
4. consider "# Remove bundled egg-info" -- it does nothing useful (usually), the macros work with dist-info A slightly stronger query: Why is ......
Read more >Options and settings for Python - Visual Studio (Windows)
If set, Visual Studio uses the Typeshed files at this path instead of its bundled version. Ignore if Disable completions from Typeshed is...
Read more >Python Packaging Guidelines - Fedora Docs
In Fedora, Python libraries are packaged for a single version of Python, ... Any .0 suffixes are removed from version numbers to match...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@bsipocz - yeah, good point, we can actually remove
six
altogether in less than a year! 🎉👍 to this idea!
@pllim Then we’ll have to bundle
twelve
!