Skip to content

Commit

Permalink
Merge pull request #26 from bnavigator/update-0.4.0-unittests
Browse files Browse the repository at this point in the history
remove unused patch; update test command and requirements
  • Loading branch information
moorepants authored May 30, 2020
2 parents 0995fea + 67fed9c commit f5e1cef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 61 deletions.
2 changes: 1 addition & 1 deletion README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

57 changes: 0 additions & 57 deletions recipe/0001-Use-python_extension_module.patch

This file was deleted.

8 changes: 5 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: {{ sha256 }}

build:
number: 0
number: 1

requirements:
build:
Expand All @@ -31,11 +31,13 @@ requirements:

test:
requires:
- nose
- pytest
- scipy
imports:
- slycot
commands:
- python -c "from slycot import test; test()"
- pytest --pyargs slycot # [not win]
- pytest --pyargs slycot -k "not test_xerbla_override" # [win]

about:
home: https://github.com/python-control/Slycot
Expand Down

0 comments on commit f5e1cef

Please sign in to comment.