mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-06 08:46:21 +01:00
Removed pytest
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
406f61e688
commit
c95a6c0cdf
3 changed files with 1 additions and 8 deletions
|
@ -1,4 +0,0 @@
|
||||||
[pytest]
|
|
||||||
python_files = test_*
|
|
||||||
python_classes = *Tests
|
|
||||||
python_functions = test_*
|
|
|
@ -11,4 +11,3 @@
|
||||||
# perl 5 language and graph-easy >= 0.75 (drawing dependencies ascii diagram)
|
# perl 5 language and graph-easy >= 0.75 (drawing dependencies ascii diagram)
|
||||||
# python3-pythondialog >= 3.5.0 (Python interface to the UNIX dialog utility)
|
# python3-pythondialog >= 3.5.0 (Python interface to the UNIX dialog utility)
|
||||||
# flake8 >= 3.5.0
|
# flake8 >= 3.5.0
|
||||||
# pytest >= 5.3.2
|
|
||||||
|
|
4
setup.py
4
setup.py
|
@ -32,9 +32,7 @@ except ImportError:
|
||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
|
|
||||||
docs_requires = []
|
docs_requires = []
|
||||||
tests_requires = [
|
tests_requires = []
|
||||||
"pytest>=5.3.2"
|
|
||||||
]
|
|
||||||
install_requires = []
|
install_requires = []
|
||||||
optional_requires = [
|
optional_requires = [
|
||||||
"pythondialog>=3.5.1",
|
"pythondialog>=3.5.1",
|
||||||
|
|
Loading…
Add table
Reference in a new issue