You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
624 B
20 lines
624 B
diff --git a/pyproject.toml b/pyproject.toml |
|
index 6050fbb..8981947 100644 |
|
--- a/pyproject.toml |
|
+++ b/pyproject.toml |
|
@@ -41,13 +41,13 @@ Donation = 'https://opencollective.com/courtbouillon' |
|
|
|
[project.optional-dependencies] |
|
doc = ['sphinx', 'sphinx_rtd_theme'] |
|
-test = ['pytest', 'pytest-cov', 'pytest-flake8', 'pytest-isort', 'coverage[toml]'] |
|
+test = ['pytest', 'pytest-cov', 'coverage[toml]'] |
|
|
|
[tool.flit.sdist] |
|
exclude = ['.*'] |
|
|
|
[tool.pytest.ini_options] |
|
-addopts = '--isort --flake8 --cov --no-cov-on-fail' |
|
+addopts = '--cov --no-cov-on-fail' |
|
norecursedirs = ['tests/css-parsing-tests'] |
|
|
|
[tool.coverage.run]
|
|
|