]> git.pld-linux.org Git - packages/python-fields.git/blob - python-fields-tests.patch
- enhanced tests patch for current setuptools/pytest
[packages/python-fields.git] / python-fields-tests.patch
1 --- fields-5.0.0/setup.cfg.orig 2016-04-13 22:51:43.000000000 +0200
2 +++ fields-5.0.0/setup.cfg      2018-08-02 05:39:20.335850460 +0200
3 @@ -8,7 +8,7 @@
4  max-line-length = 140
5  exclude = tests/*,*/migrations/*,*/south_migrations/*
6  
7 -[pytest]
8 +[tool:pytest]
9  norecursedirs = 
10         .git
11         .tox
12 @@ -31,7 +31,6 @@
13         --doctest-modules
14         --doctest-glob=\*.rst
15         --tb=short
16 -       --benchmark-disable
17  
18  [isort]
19  force_single_line = True
This page took 0.0479 seconds and 3 git commands to generate.