Skip to content

Commit dedb1f0

Browse files
committed
remove mock, iso8601
1 parent b453693 commit dedb1f0

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.isort.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[settings]
2-
known_third_party = aniso8601,graphql,graphql_relay,promise,pytest,pyutils,setuptools,snapshottest,sphinx_graphene_theme
2+
known_third_party = graphql,graphql_relay,promise,pytest,pyutils,setuptools,snapshottest,sphinx_graphene_theme

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ def run_tests(self):
5252
"pytest-asyncio>=0.16,<2",
5353
"snapshottest>=0.6,<1",
5454
"coveralls>=3.3,<4",
55-
"mock>=4,<5",
56-
"iso8601>=1,<2",
5755
]
5856

5957
dev_requires = ["black==22.3.0", "flake8>=4,<5"] + tests_require

0 commit comments

Comments
 (0)