Skip to content

Commit 19b5b9e

Browse files
committed
merge requirements-testing.txt into requirements-dev.txt
1 parent 7c92d64 commit 19b5b9e

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

doc/dev.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Setup development environment
1919
* Do setup under sphinx-intl.git repository root as::
2020

2121
$ pip install -U pip setuptools wheel setuptools_scm
22-
$ pip install -r requirements-testing.txt
22+
$ pip install -r requirements-dev.txt
2323

2424
* Install Transifex CLI tool (refer to `Installation instructions <https://github.com/transifex/cli#installation>`_)::
2525

@@ -30,7 +30,6 @@ Testing
3030

3131
Tests with supported python version that are in:
3232

33-
* ``setup.py``
3433
* ``tox.ini``
3534
* ``.github/workflow/test.yml``
3635

requirements-dev.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
-e.[test]
2-
-rrequirements-testing.txt
2+
build
33
twine
44
wheel
5+
tox
6+
ruff

requirements-testing.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)