Skip to content

Commit

Permalink
remove dup roman marker, remove python3.9 from test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
alphasentaurii committed Apr 4, 2024
1 parent 4288422 commit d87c8ac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
- ubuntu-latest
- macos-latest
python-version:
- '3.9'
- '3.10'
- '3.11'
- '3.12'
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ python_classes = ["Test*"]
python_functions = ["test_*"]
markers = [
"smoke: critical tests required to pass for the system to work.",
"roman",
"asdf: asdf related tests",
"bad_files",
"bestrefs",
Expand Down

0 comments on commit d87c8ac

Please sign in to comment.