-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Labels
Description
Describe the bug
When attempting to create a conda package for pyfakefs, I'm getting a syntax error.
Added file://$SRC_DIR to build tracker '/tmp/pip-req-tracker-f5OOUn'
Running setup.py (path:/tmp/pip-req-build-K9KwEU/setup.py) egg_info for package from file://$SRC_DIR
Running command python setup.py egg_info
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-req-build-K9KwEU/setup.py", line 22, in <module>
from pyfakefs.fake_filesystem import __version__
File "pyfakefs/fake_filesystem.py", line 1195
def utime(self, path, times=None, *, ns=None, follow_symlinks=True):
^
SyntaxError: invalid syntax
Is * as an argument new syntax? I don't recall seeing it in Python 3.5.
Your enviroment
Conda Forge