File: pytest-3.patch

package info (click to toggle)
diskcache 5.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,376 kB
  • sloc: python: 6,957; makefile: 17
file content (15 lines) | stat: -rw-r--r-- 337 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Call correct executable for test
Author: Andreas Tille <tille@debian.org>
Last-Update: Mon, 29 Nov 2021 17:27:09 +0100

--- a/tox.ini
+++ b/tox.ini
@@ -3,7 +3,7 @@ envlist=bluecheck,doc8,docs,isortcheck,f
 skip_missing_interpreters=True
 
 [testenv]
-commands=pytest
+commands=pytest-3
 deps=
     django>=3.2.*
     pytest