Skip to content

Commit cbef26f

Browse files
committed
tox: drop non-working Python 3.6 from tox tests
We no longer support Mock on RHEL 7 (`main` branch) anyway. RHEL 8 runs on Python 3.9.
1 parent ff8bdbd commit cbef26f

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/fedora-tox.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
matrix:
2020
tox_env:
2121
# sync with /tox.ini
22-
- py36
2322
- py39
2423
- py310
2524
- py311

mock/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
backoff
22
distro
33
jinja2
4-
pyroute2==0.5.3; python_version < "3.9"
5-
pyroute2; python_version >= "3.9"
4+
pyroute2
65
requests
76
rpmautospec-core
87
templated-dictionary

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
# sync with /.github/workflows/fedora-tox.yml
3-
envlist = py{36,39,310,311,312,313}
3+
envlist = py{39,310,311,312,313}
44
skipsdist = True
55

66
[testenv]

0 commit comments

Comments
 (0)