Skip to content
Snippets Groups Projects
Commit 5c6a6bd3 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

[conda] remove zc.recipe.egg

Also remove other packages from runtime requirements. Fixes #28
parent 65107678
No related branches found
No related tags found
1 merge request!42[conda] remove zc.recipe.egg
Pipeline #54605 failed
......@@ -24,27 +24,19 @@ requirements:
host:
- python {{ python }}
- setuptools {{ setuptools }}
- zc.recipe.egg {{ zc_recipe_egg }}
- nose {{ nose }}
- pytest {{ pytest }}
- pytest-cov {{ pytest_cov }}
- coverage {{ coverage }}
- sphinx {{ sphinx }}
- sphinx_rtd_theme {{ sphinx_rtd_theme }}
run:
- python
- setuptools
- {{ pin_compatible('zc.recipe.egg') }}
- {{ pin_compatible('nose') }}
- {{ pin_compatible('pytest') }}
- {{ pin_compatible('pytest-cov') }}
- {{ pin_compatible('coverage') }}
- {{ pin_compatible('sphinx') }}
- {{ pin_compatible('sphinx_rtd_theme') }}
test:
imports:
- {{ name }}
requires:
- pytest
- pytest-cov
- coverage
- sphinx
- sphinx_rtd_theme
commands:
- sphinx-build -aEW ${PREFIX}/share/doc/{{ name }}/doc sphinx
- if [ -n "${CI_PROJECT_DIR}" ]; then mv sphinx "${CI_PROJECT_DIR}/"; fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment