Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into quote_in_market_classification
Browse files Browse the repository at this point in the history
  • Loading branch information
fhenneke authored Jan 29, 2024
2 parents 3c0042a + 301018a commit 2ea8a77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
-r prod.txt
pandas-stubs>=1.5.1.221024
boto3-stubs>=1.26.12
black>=22.6.0
black==23.12.0
mypy==1.3.0
mypy-extensions==1.0.0
pylint>=2.14.4
pytest>=7.1.2
sqlalchemy-stubs>=0.4
sqlalchemy-stubs>=0.4
1 change: 1 addition & 0 deletions tests/unit/test_ipfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def test_no_content(self):

self.assertEqual(None, null_cid.get_content(ACCESS_KEY, max_retries=10))

@unittest.skip(reason="see issue #60")
def test_get_content(self):
self.assertEqual(
{
Expand Down

0 comments on commit 2ea8a77

Please sign in to comment.