Initial import (#1526200)
This commit is contained in:
parent
7f0163053f
commit
a71c7fc1f8
5 changed files with 140 additions and 3 deletions
13
python-tinycss2-disable-flake8-isort-for-pytest.patch
Normal file
13
python-tinycss2-disable-flake8-isort-for-pytest.patch
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
diff --git a/setup.cfg b/setup.cfg
|
||||
index ae602ff..a6452e5 100644
|
||||
--- a/setup.cfg
|
||||
+++ b/setup.cfg
|
||||
@@ -5,7 +5,7 @@ test = pytest
|
||||
universal = 1
|
||||
|
||||
[tool:pytest]
|
||||
-addopts = --cov=tinycss2 --flake8 --isort tinycss2/test.py
|
||||
+addopts = --cov=tinycss2 tinycss2/test.py
|
||||
norecursedirs = dist .cache .git build *.egg-info .eggs venv
|
||||
|
||||
[egg_info]
|
||||
Loading…
Add table
Add a link
Reference in a new issue