File: fix-tox.ini.patch

package info (click to toggle)
python-sure 2.0.1%2Bgit.2023.02.06.3aef950b7c-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 744 kB
  • sloc: python: 3,512; makefile: 255; sh: 12
file content (20 lines) | stat: -rw-r--r-- 444 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Fix tox.ini
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2024-05-02

--- python-sure-2.0.1+git.2023.02.06.3aef950b7c.orig/tox.ini
+++ python-sure-2.0.1+git.2023.02.06.3aef950b7c/tox.ini
@@ -5,12 +5,3 @@
 
 [tox]
 envlist = py27, pypy, py34, py35, py36, py37
-
-[testenv]
-commands = nosetests --rednose -vv --with-coverage --cover-package=sure
-deps =
-    six
-    mock
-    nose
-    rednose
-    coverage