Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cron: test_diff_with_editable fails on Windows in GitHub Actions #935

Closed
atugushev opened this issue Oct 11, 2019 · 0 comments · Fixed by #943
Closed

Cron: test_diff_with_editable fails on Windows in GitHub Actions #935

atugushev opened this issue Oct 11, 2019 · 0 comments · Fixed by #943
Labels
bug Something is not working tests Testing and related things

Comments

@atugushev
Copy link
Member

atugushev commented Oct 11, 2019

Environment Versions

  1. OS Type: Windows Server 2019, Windows Server 2016 R2
  2. Python version: 2.7, 3.5, 3.6, 3.7
  3. pip version: all supported by pip-tools
  4. pip-tools version: master.

Steps to replicate

Run tox in GitHub Actions on Windows.

Expected result

The test should pass.

Actual result

Test fails:

>       assert str(package.link) == _get_file_url(path_to_package)
E       AssertionError: assert 'file:///D:/a...ake_with_deps' == 'file:///d:/a...ake_with_deps'
E         Skipping 60 identical trailing characters in diff, use -v to show
E         - file:///D:/a/pip-t
E         ?         ^
E         + file:///d:/a/pip-t
E         ?         ^

For the full output, see the cron log https://github.com/jazzband/pip-tools/runs/255927631#step:5:47.

Additional notes

Recently, there was an issue #885, which might be related to this, but I've checked the oldest pytest versions, and the result is the same.

This test only fails on Windows in GitHub Actions. Tests pass in AppVeyor.

@atugushev atugushev added bug Something is not working help wanted Request help from the community tests Testing and related things labels Oct 11, 2019
@atugushev atugushev removed the help wanted Request help from the community label Oct 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is not working tests Testing and related things
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant