[Git][reproducible-builds/reprotest][master] tox.ini: Update to use "pytest" which is needed for tox 4. Thanks to
Vagrant Cascadian (@vagrant)
gitlab at salsa.debian.org
Wed Aug 2 21:45:31 UTC 2023
Vagrant Cascadian pushed to branch master at Reproducible Builds / reprotest
Commits:
3d01047a by Vagrant Cascadian at 2023-08-02T14:40:32-07:00
tox.ini: Update to use "pytest" which is needed for tox 4. Thanks to
Stefano Rivera. (Closes: #1042918)
- - - - -
1 changed file:
- tox.ini
Changes:
=====================================
tox.ini
=====================================
@@ -22,6 +22,6 @@ deps =
diffoscope
# pytest-cov
pytest
-# commands = py.test --cov-report html --cov=reprotest tests/tests.py
-commands = {envpython} -m coverage run --omit .tox/* --parallel -m py.test {posargs} tests/
-# commands = py.test {posargs} tests/tests.py
+# commands = pytest --cov-report html --cov=reprotest tests/tests.py
+commands = {envpython} -m coverage run --omit .tox/* --parallel -m pytest {posargs} tests/
+# commands = pytest {posargs} tests/tests.py
View it on GitLab: https://salsa.debian.org/reproducible-builds/reprotest/-/commit/3d01047ae75ffc3fc30ad11aeec1a0dd9994d849
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reprotest/-/commit/3d01047ae75ffc3fc30ad11aeec1a0dd9994d849
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20230802/ff632d72/attachment.htm>
More information about the rb-commits
mailing list