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 6bd08cc commit dc197b7Copy full SHA for dc197b7
setup.py
@@ -21,9 +21,7 @@
21
try:
22
from setuptools_scm import get_version
23
except Exception as e:
24
- raise_from(Exception('Required packages for setup not found. You may wish you execute '
25
- '"pip install -r ci_tools/requirements-setup.txt" to install them or alternatively install '
26
- 'them manually using conda or other system. The list is : ' + str(SETUP_REQUIRES)), e)
+ raise_from(Exception('Required packages for setup not found. Please install `setuptools_scm`'), e)
27
28
# ************** ID card *****************
29
DISTNAME = 'pytest-cases'
0 commit comments