Skip to content

Commit 2c4913a

Browse files
committed
Remove s3 and matrix from pyproject
1 parent ed02983 commit 2c4913a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ build-backend = "poetry.core.masonry.api"
8484
profile = "black"
8585

8686
[tool.pytest.ini_options]
87-
markers = ["unit", "integration", "smoke", "slow", "s3", "matrix"]
87+
markers = ["unit", "integration", "smoke", "slow"]
8888
addopts = "--import-mode=importlib"
8989
filterwarnings = ["ignore:from_type:", "ignore::DeprecationWarning:botocore"]
9090

0 commit comments

Comments
 (0)