We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c92d64 commit 19b5b9eCopy full SHA for 19b5b9e
doc/dev.rst
@@ -19,7 +19,7 @@ Setup development environment
19
* Do setup under sphinx-intl.git repository root as::
20
21
$ pip install -U pip setuptools wheel setuptools_scm
22
- $ pip install -r requirements-testing.txt
+ $ pip install -r requirements-dev.txt
23
24
* Install Transifex CLI tool (refer to `Installation instructions <https://github.com/transifex/cli#installation>`_)::
25
@@ -30,7 +30,6 @@ Testing
30
31
Tests with supported python version that are in:
32
33
-* ``setup.py``
34
* ``tox.ini``
35
* ``.github/workflow/test.yml``
36
requirements-dev.txt
@@ -1,4 +1,6 @@
1
-e.[test]
2
--rrequirements-testing.txt
+build
3
twine
4
wheel
5
+tox
6
+ruff
requirements-testing.txt
0 commit comments