diff --git a/.github/workflows/fedora-tox.yml b/.github/workflows/fedora-tox.yml index 05a061980..f2ca3a7c5 100644 --- a/.github/workflows/fedora-tox.yml +++ b/.github/workflows/fedora-tox.yml @@ -19,7 +19,6 @@ jobs: matrix: tox_env: # sync with /tox.ini - - py36 - py39 - py310 - py311 diff --git a/mock/requirements.txt b/mock/requirements.txt index 610206496..a70ad8290 100644 --- a/mock/requirements.txt +++ b/mock/requirements.txt @@ -1,8 +1,7 @@ backoff distro jinja2 -pyroute2==0.5.3; python_version < "3.9" -pyroute2; python_version >= "3.9" +pyroute2 requests rpmautospec-core templated-dictionary diff --git a/tox.ini b/tox.ini index a9eb0b245..d77b73257 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] # sync with /.github/workflows/fedora-tox.yml -envlist = py{36,39,310,311,312,313} +envlist = py{39,310,311,312,313} skipsdist = True [testenv]