Skip to content

Commit 8b3edc8

Browse files
committed
updated meta.yml
- use pytest - (scipy is already dependency)
1 parent 5e4f592 commit 8b3edc8

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

meta.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: griddataformats
3-
version: "0.4.0"
3+
version: "0.4.2"
44

55
source:
66
path: .
@@ -29,17 +29,16 @@ test:
2929
- gridData
3030

3131
requires:
32-
# Put any additional test requirements here. For example
33-
- nose
32+
- pytest
3433

3534
files:
3635
- gridData/tests
3736

3837
commands:
39-
- nosetests gridData
38+
- pytest gridData
4039

4140
about:
42-
home: http://mdanalysis.org/GridDataFormats
41+
home: https://www.mdanalysis.org/GridDataFormats
4342
license: LGPLv3
4443
license_file: COPYING.LESSER
4544
summary: 'GridDataFormats provides the Python package gridData'

0 commit comments

Comments
 (0)