Skip to content

Commit

Permalink
Reproduce failing sdist test by using python-crontab
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano committed Jun 13, 2019
1 parent 98a237c commit 715d9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -1404,7 +1404,7 @@ def test_reproducible_build_bdist_requirements():


def test_reproducible_build_sdist_requirements():
assert_reproducible_build(['pycparser==2.19', '--no-wheel'], num_pexes=3)
assert_reproducible_build(['python-crontab==2.3.6'], num_pexes=3)


def test_reproducible_build_m_flag():
Expand Down

0 comments on commit 715d9ee

Please sign in to comment.