Skip to content
Snippets Groups Projects
Commit e4ba8ccb authored by Hu Zhao's avatar Hu Zhao
Browse files

build: add pytest-order as develop dependency

parent 8f3e9eaa
No related branches found
No related tags found
No related merge requests found
...@@ -340,6 +340,20 @@ pytest = ">=4.6" ...@@ -340,6 +340,20 @@ pytest = ">=4.6"
[package.extras] [package.extras]
testing = ["fields", "hunter", "process-tests", "six", "pytest-xdist", "virtualenv"] testing = ["fields", "hunter", "process-tests", "six", "pytest-xdist", "virtualenv"]
[[package]]
name = "pytest-order"
version = "1.0.1"
description = "pytest plugin to run your tests in a specific order"
category = "dev"
optional = false
python-versions = ">=3.6"
[package.dependencies]
pytest = [
{version = ">=6.2.4", markers = "python_version >= \"3.10\""},
{version = ">=5.0", markers = "python_version < \"3.10\""},
]
[[package]] [[package]]
name = "python-dateutil" name = "python-dateutil"
version = "2.8.2" version = "2.8.2"
...@@ -480,7 +494,7 @@ test = ["pytest-mock (>=3.3)", "pytest (>=4.3)"] ...@@ -480,7 +494,7 @@ test = ["pytest-mock (>=3.3)", "pytest (>=4.3)"]
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = ">=3.9,<3.11" python-versions = ">=3.9,<3.11"
content-hash = "b3dfe37140f64f01cb124ca5406fa279844c31f9edb84260d6011e370a34f523" content-hash = "e44f13ffc51c54bd31babbba63e79a9d1fbe37e36abacda99fab4f3d91227a9b"
[metadata.files] [metadata.files]
atomicwrites = [ atomicwrites = [
...@@ -835,6 +849,7 @@ pytest-cov = [ ...@@ -835,6 +849,7 @@ pytest-cov = [
{file = "pytest-cov-3.0.0.tar.gz", hash = "sha256:e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470"}, {file = "pytest-cov-3.0.0.tar.gz", hash = "sha256:e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470"},
{file = "pytest_cov-3.0.0-py3-none-any.whl", hash = "sha256:578d5d15ac4a25e5f961c938b85a05b09fdaae9deef3bb6de9a6e766622ca7a6"}, {file = "pytest_cov-3.0.0-py3-none-any.whl", hash = "sha256:578d5d15ac4a25e5f961c938b85a05b09fdaae9deef3bb6de9a6e766622ca7a6"},
] ]
pytest-order = []
python-dateutil = [ python-dateutil = [
{file = "python-dateutil-2.8.2.tar.gz", hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"}, {file = "python-dateutil-2.8.2.tar.gz", hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"},
{file = "python_dateutil-2.8.2-py2.py3-none-any.whl", hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9"}, {file = "python_dateutil-2.8.2-py2.py3-none-any.whl", hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9"},
... ...
......
...@@ -18,6 +18,7 @@ beartype = "^0.11.0" ...@@ -18,6 +18,7 @@ beartype = "^0.11.0"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
pytest = "^7.1.1" pytest = "^7.1.1"
pytest-cov = "^3.0.0" pytest-cov = "^3.0.0"
pytest-order = "^1.0.1"
[build-system] [build-system]
requires = ["poetry-core>=1.0.0"] requires = ["poetry-core>=1.0.0"]
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment