-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update CI and support pytest 8 #5
Merged
Merged
Commits on Oct 19, 2024
-
- move the content of setup.py and pytest.ini to pyproject.toml (eventually, tox.ini will be moved here as well); - move the version number to a dynamic value in __about__.py; - temporarily constrain the dependency of pytest to ~=7.0;
Configuration menu - View commit details
-
Copy full SHA for ad5bf5b - Browse repository at this point
Copy the full SHA ad5bf5bView commit details
Commits on Oct 20, 2024
-
add tox configuration for testing multiple versions
- set targeted supported versions to python {3.7, 3.8, 3.9, 3.10} x pytest {7, 8} - change dependency of pytest to >=7.0,<9.0
Configuration menu - View commit details
-
Copy full SHA for 1d110ad - Browse repository at this point
Copy the full SHA 1d110adView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1bde2f - Browse repository at this point
Copy the full SHA f1bde2fView commit details -
- set fail-fast to false (always run on all python versions despite if some of them are failing) - remove tox's version constrain >=4.19
Configuration menu - View commit details
-
Copy full SHA for 5fc2f61 - Browse repository at this point
Copy the full SHA 5fc2f61View commit details -
- add tox-gh to dependency - remove the incompatible combination py37-pytest8
Configuration menu - View commit details
-
Copy full SHA for b081589 - Browse repository at this point
Copy the full SHA b081589View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44c2344 - Browse repository at this point
Copy the full SHA 44c2344View commit details -
- upgrade import_path, FixtureRequest to use the newer API
Configuration menu - View commit details
-
Copy full SHA for 6cb9fa1 - Browse repository at this point
Copy the full SHA 6cb9fa1View commit details
Commits on Oct 24, 2024
-
- Add {posargs} to the pytest command in tox.ini - Fix warning about tool.ruff.lint
Configuration menu - View commit details
-
Copy full SHA for ce3b5b1 - Browse repository at this point
Copy the full SHA ce3b5b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f22f8c - Browse repository at this point
Copy the full SHA 6f22f8cView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.