File: pytest9_FixtureDef_no_fixturemanager.patch

package info (click to toggle)
spyder 6.1.3%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 25,744 kB
  • sloc: python: 130,956; sh: 411; xml: 149; javascript: 131; cpp: 67; makefile: 21; ansic: 19; erlang: 15; lisp: 11; java: 5
file content (15 lines) | stat: -rw-r--r-- 697 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: spyder/spyder/api/plugins/tests.py
===================================================================
--- spyder.orig/spyder/api/plugins/tests.py	2026-03-06 13:04:01.466416126 +0100
+++ spyder/spyder/api/plugins/tests.py	2026-03-06 13:04:44.495698434 +0100
@@ -123,9 +123,9 @@
         request._fixturemanager._arg2fixturedefs[fixture_name] = [
             FixtureDef(
                 argname=fixture_name,
+                config=request.config,
                 func=register_plugin_factory(plugin_cls),
                 scope="session",
-                fixturemanager=request._fixturemanager,
                 baseid=request.node.nodeid,
                 params=None,
             )