Skip to content

Commit

Permalink
add group_4 back in
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Dec 11, 2024
1 parent 3439bc4 commit b85682a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ code-quality = "pre-commit run --all-files"
unit-tests = "python -m pytest {args:tests/unit}"
integration-tests = [
'- python -m pytest {args:tests/functional} -m "group_1"',
'- python -m pytest {args:tests/functional} -m "group_4"',
'- python -m pytest {args:tests/functional} -m "group_5"',
'- python -m pytest {args:tests/functional} -m "group_6"',
]
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ filterwarnings = [
]
markers = [
"group_1",
"group_4",
"group_5",
"group_6",
]
12 changes: 6 additions & 6 deletions tests/functional/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"test_aliases.py": "group_1",
"test_anonymous_usage_stats.py": "group_1",
"test_basic.py": "group_1",
"test_caching.py": "group_1",
"test_changing_relation_type.py": "group_1",
"test_concurrency.py": "group_1",
"test_constraints.py": "group_1",
"test_ephemeral.py": "group_1",
"test_get_last_relation_modified.py": "group_1",
"test_caching.py": "group_4",
"test_changing_relation_type.py": "group_4",
"test_concurrency.py": "group_4",
"test_constraints.py": "group_4",
"test_ephemeral.py": "group_4",
"test_get_last_relation_modified.py": "group_4",
"test_grants.py": "group_5",
"test_incremental_microbatch.py": "group_5",
"test_persist_docs.py": "group_5",
Expand Down

0 comments on commit b85682a

Please sign in to comment.