Skip to content

Commit 2106601

Browse files
Updated files with 'repo_helper'. (#51)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 7b0d50d commit 2106601

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

formate.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ use_parentheses = true
3232
remove_redundant_aliases = true
3333
default_section = "THIRDPARTY"
3434
known_third_party = [
35+
"backports_entry_points_selectable",
3536
"click",
3637
"coincidence",
3738
"consolekit",

tests/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
backports-entry-points-selectable>=1.0.2
12
click>=7.1.2
23
coincidence>=0.2.0
34
consolekit>=1.0.0
@@ -9,7 +10,7 @@ iniconfig!=1.1.0,>=1.0.1
910
pandas>=1.0.0; implementation_name == "cpython" and python_version < "3.10"
1011
pytest>=6.0.0
1112
pytest-cov>=2.8.1
12-
pytest-randomly>=3.3.1
13+
pytest-randomly>=3.6.0
1314
pytest-regressions>=2.0.1
1415
pytest-rerunfailures>=9.1.1
1516
pytest-timeout>=1.4.2

0 commit comments

Comments
 (0)