We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15af30e commit 284495aCopy full SHA for 284495a
conda-recipe/meta.yaml
@@ -36,6 +36,10 @@ requirements:
36
- pytest
37
38
test:
39
+ # Put any additional test requirements here
40
+ requires:
41
+ - pytest
42
+
43
# Python imports
44
imports:
45
- diffpy
@@ -50,10 +54,6 @@ test:
50
54
# You can also put a file called run_test.py in the recipe that will be run
51
55
# at test time.
52
56
53
- requires:
- # Put any additional test requirements here. For example
- # - nose
-
57
about:
58
home: https://github.com/diffpy/diffpy.utils
59
summary: Shared utilities for diffpy packages.
0 commit comments