repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gtk+3: update to 3.24.48
[oi-userland.git]
/
components
/
python
/
pycmd
/
patches
/
02-pytester.patch
blob
ab923ab53c77c07460a8b0222c896dd6085d877c
1
--- pycmd-1.2/test_pycmd.py.orig
2
+++ pycmd-1.2/test_pycmd.py
3
@@ -1,7 +1,7 @@
4
import sys, py
5
import pycmd
6
7
-pytest_plugins = "pytest_pytester"
8
+pytest_plugins = "pytester"
9
10
def pytest_generate_tests(metafunc):
11
multi = getattr(metafunc.function, 'multi', None)