PR#3788: fix syntax for tox 4.4.8

Merges #3788
https://pagure.io/koji/pull-request/3788
This commit is contained in:
Tomas Kopecek 2023-04-20 10:06:05 +02:00
commit 5c0b9598bd

View file

@ -8,6 +8,8 @@ deps =
# two lines let us use an RPM-based version from EPEL if it is installed
sitepackages = true
whitelist_externals = flake8
# dtto with for newer tox
allowlist_externals = flake8
# These two lines just speed things up by avoiding unnecessary setup
skip_install=true
usedevelop=true