Skip to content

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
@github-actions
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

2 participants