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
perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git]
/
components
/
python
/
testfixtures
/
patches
/
01-no-django.patch
blob
35e3d143a97b58c72b03895ff62e86196bb3cae7
1
We have no django packaged yet.
2
3
--- testfixtures-8.3.0/setup.py.orig
4
+++ testfixtures-8.3.0/setup.py
5
@@ -9,7 +9,6 @@
6
base_dir = os.path.dirname(__file__)
7
8
optional = [
9
- 'django',
10
'sybil>=6',
11
'twisted'
12
]
13
@@ -39,7 +38,6 @@
14
test=['mypy',
15
'pytest>=7.1',
16
'pytest-cov',
17
- 'pytest-django',
18
]+optional,
19
docs=['sphinx', 'furo']+optional,
20
build=['setuptools-git', 'wheel', 'twine']