#18159 closed enhancement (fixed)
fuse3-3.15.0
Reported by: | Bruce Dubbs | Owned by: | Douglas R. Reno |
---|---|---|---|
Priority: | normal | Milestone: | 12.0 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New minor version.
Change History (6)
comment:1 by , 22 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
follow-up: 4 comment:3 by , 22 months ago
I cannot run the tests now, the error is:
ModuleNotFoundError: No module named 'looseversion'
comment:4 by , 22 months ago
Replying to Xi Ruoyao:
I cannot run the tests now, the error is:
ModuleNotFoundError: No module named 'looseversion'
Workaround:
python3 -m venv --system-site-packages testenv && source testenv/bin/activate && pip3 install looseversion && python3 /usr/bin/pytest deactivate
comment:5 by , 22 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.