File: fix-pytest-args.patch

package info (click to toggle)
python-django-crum 0.7.9-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 236 kB
  • sloc: python: 449; makefile: 221
file content (11 lines) | stat: -rw-r--r-- 426 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
Description: run tests without code style or coverage
Forwarded: not-needed
Author: Jérémy Lal <kapouer@melix.org>
--- a/setup.cfg
+++ b/setup.cfg
@@ -112,4 +112,4 @@
 testpaths = crum test_project
 norecursedirs = .git .tox build dist docs
 flake8-ignore = E501
-addopts = --reuse-db --nomigrations --cache-clear --flake8 --cov crum --cov-append --cov-report term-missing
+addopts = --reuse-db --nomigrations --cache-clear