We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90d46dc + ff3a5e0 commit 26dd16cCopy full SHA for 26dd16c
setup.py
@@ -2,4 +2,4 @@
2
3
4
if __name__ == "__main__":
5
- setup()
+ setup(use_scm_version={"write_to": "src/pluggy/_version.py"})
tox.ini
@@ -18,9 +18,7 @@ deps=
18
commands=pytest {posargs:testing/benchmark.py}
19
deps=
20
pytest
21
- # Once pytest lifts its pluggy<1.0 constraint, the pytest-benchmark
22
- # constraint can be removed.
23
- pytest-benchmark==3.1.1
+ pytest-benchmark
24
25
[testenv:linting]
26
skip_install = true
0 commit comments