Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Problem: Ended up with inconsistent versions of appdirs #582

Merged
merged 1 commit into from
Apr 11, 2017

Conversation

julianpistorius
Copy link
Contributor

@julianpistorius julianpistorius commented Apr 11, 2017

"Incompatible requirements found: appdirs==1.4.2 (from -r dev_requirements.txt (line 7)) and appdirs==1.4.0 (from \
-r requirements.txt (line 8))"

Solution: Reverted dev_requirements.txt to last known good version, then
regenerated it.

Description

Please describe your pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue. When linking to an issue, please use refs #... in the description of the pull request.

Checklist before merging Pull Requests

  • New test(s) included to reproduce the bug/verify the feature
  • Documentation created/updated at Example link to documentation to give context to the feature
  • Reviewed and approved by at least one other contributor.

```
"Incompatible requirements found: appdirs==1.4.2 (from -r dev_requirements.txt (line 7)) and appdirs==1.4.0 (from \
-r requirements.txt (line 8))"
```

Solution: Reverted `dev_requirements.txt` to last known good version, then
regenerated it.
@julianpistorius
Copy link
Contributor Author

I've run into this before. I know of only unsatisfactory ways to solve this. I'll think about it.

@lenards
Copy link
Contributor

lenards commented Apr 11, 2017

It looks like I did a pip-compile -U --output-file dev_requirements.txt dev_requirements.in without undoing it (within my history I see a git checkout -- requirements.txt but not the correct action for dev_requirements.txt`).

@lenards
Copy link
Contributor

lenards commented Apr 11, 2017

:shipit:

@lenards lenards merged commit 43896a7 into cyverse:master Apr 11, 2017
@julianpistorius julianpistorius deleted the fix-dev-requirements.txt branch April 11, 2017 22:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants