Skip to content

Commit cb7c3c0

Browse files
committed
Refactor testing module into a package.
1 parent 3751f3d commit cb7c3c0

File tree

8 files changed

+899
-652
lines changed

8 files changed

+899
-652
lines changed

__pkginfo__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
install_requires = (repo_root / "requirements.txt").read_text(encoding="utf-8").split('\n')
3333
extras_require = {
3434
"dates": ["pytz>=2019.1"],
35-
"testing": ["pytest>=6.0.0", "pytest-regressions>=2.0.2"],
36-
"all": ["pytest-regressions>=2.0.2", "pytest>=6.0.0", "pytz>=2019.1"]
35+
"testing": ["pytest>=6.2.0", "pytest-regressions>=2.0.2"],
36+
"all": ["pytest-regressions>=2.0.2", "pytest>=6.2.0", "pytz>=2019.1"]
3737
}

0 commit comments

Comments
 (0)