Skip to content

Commit 6906c8b

Browse files
authored
Remove tox config from receptorctl (#993)
1 parent 42112d1 commit 6906c8b

File tree

5 files changed

+2
-36
lines changed

5 files changed

+2
-36
lines changed

receptorctl/MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
recursive-include receptorctl *.py
22
include .VERSION
33
exclude .gitignore
4-
exclude tox.ini
4+
exclude noxfile.py
55
exclude build-requirements.txt
66
exclude test-requirements.txt

receptorctl/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ requires = ["setuptools"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.black]
6-
exclude = "(build|.eggs|.tox)"
6+
exclude = "(build|.eggs)"

receptorctl/test-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
pytest==7.0.1
33
urllib3
44
black
5-
tox
65
pylama
76
pytest-github

receptorctl/tests/README.md

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

receptorctl/tox.ini

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

0 commit comments

Comments
 (0)