File: 0001-Fix-pytest.ini.patch

package info (click to toggle)
python-papermill 2.6.0-3.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,216 kB
  • sloc: python: 4,977; makefile: 17; sh: 5
file content (18 lines) | stat: -rw-r--r-- 403 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: Roland Mas <roland.mas@entierement.net>
Date: Tue, 3 Dec 2024 20:26:44 +0100
Subject: Fix pytest.ini

---
 pytest.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pytest.ini b/pytest.ini
index a9ea21e..fb8a00d 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,4 +1,4 @@
-[pytest]
+[tool:pytest]
 env =
     AWS_SECRET_ACCESS_KEY=foobar_secret
     AWS_ACCESS_KEY_ID=foobar_key