Skip to content

Commit

Permalink
Downgrade some things to try to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rhiaro committed Jan 9, 2020
1 parent 0393df6 commit 913b8df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cove_ocds/test_hypothesis.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def test_get_releases_aggregates_dict(json_data):

@pytest.mark.xfail
@pytest.mark.django_db
@pytest.mark.parametrize("current_app", ["cove-ocds"]) # , 'cove-360'])
@pytest.mark.parametrize("current_app", ["cove-ocds"])
@given(
general_json
| st.fixed_dictionaries({"releases": general_json})
Expand All @@ -51,7 +51,7 @@ def test_explore_page(client, current_app, json_data):


@pytest.mark.django_db
@pytest.mark.parametrize("current_app", ["cove-ocds"]) # , 'cove-360'])
@pytest.mark.parametrize("current_app", ["cove-ocds"])
@given(general_json)
@example(1)
@settings(max_examples=50, deadline=None)
Expand Down
6 changes: 3 additions & 3 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ xmltodict==0.12.0
rangedict==0.1.6
openpyxl==2.6.4

coveralls==1.10.0
pytest==5.3.2
coveralls==1.9.2
pytest==5.3.1
pytest-cov==2.8.1
pytest-django==3.7.0
flake8==3.7.9
Expand All @@ -50,7 +50,7 @@ LEPL==5.1.3
lxml==4.4.2
mccabe==0.6.1
more-itertools==8.0.2
packaging==20.0
packaging==19.2
pluggy==0.13.1
py==1.8.1
pycodestyle==2.5.0
Expand Down

0 comments on commit 913b8df

Please sign in to comment.