Skip to content

Commit

Permalink
fix: remove depreciated pytest-runner from setup.py (#71)
Browse files Browse the repository at this point in the history
Signed-off-by: ThibaultFy <[email protected]>
  • Loading branch information
ThibaultFy authored Nov 21, 2022
1 parent 0e3cb05 commit d6e8bde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Remove depreciated `pytest-runner` from setup.py (#71)
- Replace backslash by slash in TaskResources to fix windows compatibility (#70)
- Update flake8 repository in pre-commit configuration (#69)
- BREAKING CHANGE: Update substratools Docker image (#112)
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering",
],
python_requires=">=3.6",
setup_requires=["pytest-runner"],
python_requires=">=3.8",
extras_require={
"test": [
"flake8",
Expand Down

0 comments on commit d6e8bde

Please sign in to comment.