File: allow-pytest.patch

package info (click to toggle)
python-json-log-formatter 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 140 kB
  • sloc: python: 476; makefile: 7
file content (19 lines) | stat: -rw-r--r-- 381 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Jérémy Lal <kapouer@melix.org>
Date: Fri, 17 May 2024 12:31:41 +0100
Subject: whitelist pytest for tox

Forwarded: not-needed
---
 tox.ini | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tox.ini b/tox.ini
index b60642c..8cecd94 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,3 +9,5 @@ deps=
     django
 commands=
     pytest -s tests.py
+allowlist_externals =
+    pytest