Skip to content
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 9 commits into from
Oct 24, 2024
Merged

Update CI and support pytest 8 #5

merged 9 commits into from
Oct 24, 2024

Conversation

pengyunie
Copy link
Contributor

No description provided.

- 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;
- 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
@pengyunie pengyunie linked an issue Oct 20, 2024 that may be closed by this pull request
- 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
- add tox-gh to dependency
- remove the incompatible combination py37-pytest8
Copy link

github-actions bot commented Oct 20, 2024

Test Results

0 tests  ±0   0 ✅ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ❌ ±0 

Results for commit 6f22f8c. ± Comparison against base commit 3c5a514.

♻️ This comment has been updated with latest results.

- upgrade import_path, FixtureRequest to use the newer API
- Add {posargs} to the pytest command in tox.ini
- Fix warning about tool.ruff.lint
@pengyunie pengyunie merged commit a5463eb into main Oct 24, 2024
5 checks passed
@pengyunie pengyunie deleted the 4-supporting-pytest-8 branch October 24, 2024 03:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Supporting pytest 8
1 participant