diff options
Diffstat (limited to 'testing/py-coreschema/use-system-py-test.patch')
-rw-r--r-- | testing/py-coreschema/use-system-py-test.patch | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/py-coreschema/use-system-py-test.patch b/testing/py-coreschema/use-system-py-test.patch new file mode 100644 index 0000000000..cc879d9906 --- /dev/null +++ b/testing/py-coreschema/use-system-py-test.patch @@ -0,0 +1,5 @@ +--- a/runtests ++++ b/runtests +@@ -1,2 +1 @@ +-export PYTHONPATH=. + py.test tests/ --cov=coreschema --cov-report html |