Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Fix Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrochukM committed Jul 4, 2018
1 parent 2e07553 commit 2d10f0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/datasets/test_simple_qa.py
Expand Up @@ -9,6 +9,7 @@

directory = 'tests/_test_data/'


@pytest.mark.skip(reason="Simple Questions dataset url returns 404.")
@mock.patch("urllib.request.urlretrieve")
def test_simple_qa_dataset_row(mock_urlretrieve):
Expand Down

0 comments on commit 2d10f0e

Please sign in to comment.