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
rebuild fbreader after libunibreak update
[oi-userland.git]
/
components
/
python
/
process-tests
/
patches
/
01-tox.ini-no-PYTHONPATH.patch
blob
bde4a285a1041b0c1e4d0fb5ac4f12ef876a71c6
1
--- process-tests-3.0.0/tox.ini.orig
2
+++ process-tests-3.0.0/tox.ini
3
@@ -29,7 +29,6 @@
4
py312: {env:TOXPYTHON:python3.12}
5
{bootstrap,clean,check,report}: {env:TOXPYTHON:python3}
6
setenv =
7
- PYTHONPATH={toxinidir}/tests
8
PYTHONUNBUFFERED=yes
9
passenv =
10
*