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
xrandr: update to 1.5.3
[oi-userland.git]
/
components
/
python
/
shellingham
/
patches
/
01-tox.ini-pytest.patch
blob
90cb297683a3d6a420911f3358f305e917b7350b
1
See also https://github.com/sarugaku/shellingham/issues/80
2
3
--- shellingham-1.5.4/tox.ini.orig
4
+++ shellingham-1.5.4/tox.ini
5
@@ -13,7 +13,7 @@
6
[testenv]
7
allowlist_externals = pipenv
8
commands =
9
- pipenv install --dev
10
+ python -m pytest
11
12
[testenv:test]
13
deps =