Skip to content

Commit

Permalink
Upgrade to pytest 5.0.0 (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
alysivji committed Jul 2, 2019
1 parent 86fe246 commit c55278b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 6 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[pytest]
markers =
unit
integration
end2end
smoke
4 changes: 2 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ ipython
pdbpp
pip-tools
pre-commit==1.14.4
pytest-cov==2.6.0
pytest-cov==2.7.1
pytest-freezegun==0.3.0.post1
pytest-mock==1.10.0
pytest-vcr==1.0.1
pytest==4.0.1
pytest==5.0.0
responses==0.10.6
vcrpy==2.0.1
1 change: 0 additions & 1 deletion tests/apps/events_database/task_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ def test_delete_all_events_in_database(session, factory, patched_meetup):


@pytest.mark.integration
@pytest.mark.current
def test_sync_database(session, factory, patched_meetup):
"""
GIVEN: table has upcoming events, fetched events contains events
Expand Down
1 change: 0 additions & 1 deletion tests/apps/github_summary/task_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ def test_fetch_github_summary_post_to_slack_with_activity(
@pytest.mark.vcr()
@pytest.mark.freeze_time("2019-03-31")
@pytest.mark.integration
@pytest.mark.wip
def test_post_github_summary_task__integration(
session, factory, t_minus_one_day, patched_slack
):
Expand Down

0 comments on commit c55278b

Please sign in to comment.