Skip to content

Commit

Permalink
Fixup test_jupyter_appnope_env_markers. (#562)
Browse files Browse the repository at this point in the history
Fixes #561
  • Loading branch information
jsirois authored Sep 27, 2018
1 parent 47c26d7 commit 0bd6e19
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -874,8 +874,13 @@ def test_platform_specific_egg_resolution_matching():

@pytest.mark.skipif(NOT_CPYTHON27)
def test_jupyter_appnope_env_markers():
# NB: jupyter 1.0.0 does not properly pin its dep graph and both ipykernel and ipython support
# python 3 only post 5 and 6 respectively; so we add those deps explictly only to constrain them
# low such that they support python 2.7 for this test.
res = run_pex_command(['--disable-cache',
'jupyter==1.0.0',
'ipykernel<5',
'ipython<6',
'-c', 'jupyter',
'--',
'--version'])
Expand Down

0 comments on commit 0bd6e19

Please sign in to comment.