Skip to content

Commit ca11834

Browse files
committed
update pytest to 6.2.5
1 parent cf6c725 commit ca11834

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pyproject.toml

+3-4
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,11 @@ classifiers = [
3030
'Topic :: Internet',
3131
]
3232
include = ["*.txt", "*.rst"]
33+
# exclude = ["my_package/excluded.py"]
3334
# packages = [
3435
# { include = "my_package" },
3536
# { include = "my_other_package", format = "sdist" },
3637
# ]
37-
# include = ["CHANGELOG.md"]
38-
# exclude = ["my_package/excluded.py"]
3938

4039
# [[tool.poetry.source]]
4140
# name = 'private'
@@ -62,12 +61,12 @@ nose = "^1.3.7"
6261
pex = { version="^2.1.28", python = ">=3.6,<3.10" }
6362
psutil = "^5.7.2"
6463
pudb = "^2019.2"
65-
pytest = "^6.2.2"
64+
pytest = "^6.2.5"
6665
wheel = "^0.35.1"
6766

6867
[tool.poetry.extras]
6968
debug = ["pudb"]
70-
developer = ["pudb", "flake8", "coveralls", "nose", "psutil"]
69+
developer = ["pudb", "flake8", "coveralls", "nose", "psutil", "pytest"]
7170

7271
[tool.poetry.scripts]
7372
exabgp = 'exabgp.application.main:main'

0 commit comments

Comments
 (0)