Remove python 2.7 from tox configuration

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2024-11-22 13:48:09 +01:00
parent 989a9c2565
commit af10ab312b
3 changed files with 2 additions and 20 deletions

View file

@ -1,7 +1,6 @@
# Some packages must be installed via dnf/yum first, see doc/contributing.rst
dogpile.cache
flufl.lock ; python_version >= '3.0'
flufl.lock < 3.0 ; python_version <= '2.7'
flufl.lock
jsonschema
kobo
koji
@ -12,4 +11,3 @@ ordered_set
productmd
pykickstart
python-multilib
urlgrabber ; python_version < '3.0'