-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MNT: install correct pyca with conda. pyca requires us to explicity u…
…se previous release of epicscorelibs This test can be enabled now that we are using correct pyca package from conda. (was done in commit: cd41385) Installing correct library and enabling test fixes issue where a user downloads pydm and runs the tests with pytest cmd directly (instead of run_tests.py), only to see 'no module named psp' failure. This failure seems to suggest to user to 'pip install psp', which is entirely the wrong package and just leads to further confusion.
- Loading branch information
1 parent
cd41385
commit 1674763
Showing
5 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,7 @@ requirements: | |
- pyqtgraph | ||
- qtpy | ||
- entrypoints | ||
- pyca | ||
|
||
test: | ||
imports: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ pyqtgraph>=0.12.0 | |
qtpy | ||
scipy>=0.12.0 | ||
six | ||
epicscorelibs==7.0.7.99.0.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters