mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-03-01 09:30:46 +00:00
actually stop running tests against 3.9
This commit is contained in:
parent
89cf67ac66
commit
6a328cdb43
7
.github/workflows/backend_tests.yml
vendored
7
.github/workflows/backend_tests.yml
vendored
@ -19,7 +19,6 @@ jobs:
|
|||||||
- { python: "3.11", os: "ubuntu-latest", session: "safety" }
|
- { python: "3.11", os: "ubuntu-latest", session: "safety" }
|
||||||
- { python: "3.11", os: "ubuntu-latest", session: "mypy" }
|
- { python: "3.11", os: "ubuntu-latest", session: "mypy" }
|
||||||
- { python: "3.10", os: "ubuntu-latest", session: "mypy" }
|
- { python: "3.10", os: "ubuntu-latest", session: "mypy" }
|
||||||
- { python: "3.9", os: "ubuntu-latest", session: "mypy" }
|
|
||||||
- {
|
- {
|
||||||
python: "3.11",
|
python: "3.11",
|
||||||
os: "ubuntu-latest",
|
os: "ubuntu-latest",
|
||||||
@ -44,12 +43,6 @@ jobs:
|
|||||||
session: "tests",
|
session: "tests",
|
||||||
database: "sqlite",
|
database: "sqlite",
|
||||||
}
|
}
|
||||||
- {
|
|
||||||
python: "3.9",
|
|
||||||
os: "ubuntu-latest",
|
|
||||||
session: "tests",
|
|
||||||
database: "sqlite",
|
|
||||||
}
|
|
||||||
# FIXME: tests cannot pass on windows and we currently cannot debug
|
# FIXME: tests cannot pass on windows and we currently cannot debug
|
||||||
# since none of us have a windows box that can run the python app.
|
# since none of us have a windows box that can run the python app.
|
||||||
# so ignore windows tests until we can get it fixed.
|
# so ignore windows tests until we can get it fixed.
|
||||||
|
@ -160,6 +160,7 @@ explicit_package_bases = false
|
|||||||
select = [
|
select = [
|
||||||
"B", # flake8-bugbear
|
"B", # flake8-bugbear
|
||||||
"E", # pycodestyle error
|
"E", # pycodestyle error
|
||||||
|
# "ERA", # eradicate
|
||||||
"F", # pyflakes
|
"F", # pyflakes
|
||||||
# "N", # pep8-naming
|
# "N", # pep8-naming
|
||||||
# "PL", # pylint
|
# "PL", # pylint
|
||||||
|
Loading…
x
Reference in New Issue
Block a user