Skip to content

Commit

Permalink
Merge pull request #41 from pytest-dev/fix-40-tox-ini-for-fedora
Browse files Browse the repository at this point in the history
restore tox.ini to support packaging
  • Loading branch information
RonnyPfannschmidt authored Jun 8, 2022
2 parents fc7c646 + 5e33f7b commit 277cfb4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
3.0.1
------

* restore tox.ini to support tox --current-env based packaging

3.0.0
-----
Expand Down
8 changes: 8 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[tox]
# https://github.com/pytest-dev/apipkg/issues/40
# this is to support https://src.fedoraproject.org/rpms/pyproject-rpm-macros/blob/rawhide/f/macros.pyproject#_171
envlist=py37,py38,py39,py310,py311
isolated_build = True
[testenv]
deps=pytest
commands=pytest []

0 comments on commit 277cfb4

Please sign in to comment.