Skip to content

Commit

Permalink
BLD: fix conda test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
klauer committed Mar 8, 2023
1 parent a0f4931 commit a2c353a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv



requirements:
build:
- python
Expand All @@ -25,7 +23,11 @@ requirements:
- python
- pykerberos


test:
imports:
- krtc
requires:
- pytest

about:
home: https://github.com/slaclab/krtc.git
Expand Down

0 comments on commit a2c353a

Please sign in to comment.