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
/
docutils
/
patches
/
05-sdist-missing-files.patch
blob
3c9df3df35c140dd4eee7a3bb29bae4d2dddee51
1
https://sourceforge.net/p/docutils/bugs/486/
2
3
--- /dev/null
4
+++ docutils-0.21.2/tox.ini
5
@@ -0,0 +1,17 @@
6
+[tox]
7
+minversion = 2.0
8
+envlist = py{39,310,311,312}
9
+
10
+[testenv]
11
+allowlist_externals =
12
+ find
13
+changedir = test
14
+commands =
15
+ find . -type f -name "*.pyc" -delete
16
+ python alltests.py
17
+
18
+[testenv:style]
19
+deps =
20
+ flake8
21
+commands =
22
+ flake8 {toxinidir}