mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-30 20:28:08 +00:00
Remove tox and update dependencies
This commit is contained in:
parent
d7083541b0
commit
7924963276
@ -2,7 +2,6 @@ include README.rst
|
|||||||
include AUTHORS
|
include AUTHORS
|
||||||
include LICENSE
|
include LICENSE
|
||||||
include MANIFEST.in
|
include MANIFEST.in
|
||||||
include tox.ini
|
|
||||||
include requirements.txt
|
include requirements.txt
|
||||||
recursive-include tests *
|
recursive-include tests *
|
||||||
recursive-exclude docs *
|
recursive-exclude docs *
|
||||||
|
@ -2,5 +2,5 @@
|
|||||||
|
|
||||||
pytest==5.4.3
|
pytest==5.4.3
|
||||||
flake8==3.8.3
|
flake8==3.8.3
|
||||||
pytest-timeout==1.3.3
|
pytest-timeout==1.4.1
|
||||||
pytest-aiohttp==0.3.0
|
pytest-aiohttp==0.3.0
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
jsonschema==3.2.0
|
jsonschema==3.2.0
|
||||||
aiohttp==3.6.2
|
aiohttp==3.6.2
|
||||||
aiohttp-cors==0.7.0
|
aiohttp-cors==0.7.0
|
||||||
aiofiles==0.4.0
|
aiofiles==0.5.0
|
||||||
Jinja2>=2.7.3
|
Jinja2>=2.7.3
|
||||||
sentry-sdk>=0.14.4
|
sentry-sdk>=0.14.4
|
||||||
psutil==5.6.7
|
psutil==5.7.0
|
||||||
async-timeout==3.0.1
|
async-timeout==3.0.1
|
||||||
distro>=1.3.0
|
distro>=1.3.0
|
||||||
py-cpuinfo==5.0.0
|
py-cpuinfo==6.0.0
|
||||||
|
1
setup.py
1
setup.py
@ -38,6 +38,7 @@ class PyTest(TestCommand):
|
|||||||
errcode = pytest.main(self.test_args)
|
errcode = pytest.main(self.test_args)
|
||||||
sys.exit(errcode)
|
sys.exit(errcode)
|
||||||
|
|
||||||
|
|
||||||
dependencies = open("requirements.txt", "r").read().splitlines()
|
dependencies = open("requirements.txt", "r").read().splitlines()
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
17
tox.ini
17
tox.ini
@ -1,17 +0,0 @@
|
|||||||
[tox]
|
|
||||||
envlist = py34
|
|
||||||
|
|
||||||
[testenv]
|
|
||||||
commands = python setup.py test
|
|
||||||
deps = -rdev-requirements.txt
|
|
||||||
|
|
||||||
[pep8]
|
|
||||||
ignore = E501,E402,E265
|
|
||||||
|
|
||||||
[flake8]
|
|
||||||
ignore = E265,E501
|
|
||||||
exclude = tests/*
|
|
||||||
|
|
||||||
[pytest]
|
|
||||||
norecursedirs = .tox
|
|
||||||
timeout = 15
|
|
@ -1,4 +1,4 @@
|
|||||||
-rrequirements.txt
|
-rrequirements.txt
|
||||||
|
|
||||||
pywin32>=223 # pyup: ignore
|
pywin32>=223 # pyup: ignore
|
||||||
wmi==1.4.9
|
wmi==1.5.1
|
||||||
|
Loading…
Reference in New Issue
Block a user