diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-12-29 19:31:04 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-12-29 19:32:56 +0000 |
commit | 5329d305dc883f21050056de0e83eebb3e73fbe2 (patch) | |
tree | 1dfbe22204f0eb39876be74924b98df6005a217e /testing/py-coreschema/use-system-py-test.patch | |
parent | 14f680b47663fbb40686accdefd7aab5843a005c (diff) | |
download | aports-5329d305dc883f21050056de0e83eebb3e73fbe2.tar.bz2 aports-5329d305dc883f21050056de0e83eebb3e73fbe2.tar.xz |
testing/py-coreschema: new aport
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 |