Remove python 2.7 from tox configuration
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
989a9c2565
commit
af10ab312b
3 changed files with 2 additions and 20 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue