Opened 6 years ago
Closed 5 years ago
#3825 closed defect (fixed)
Fix tests stalling with Python 3
Reported by: | sbl | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.8.0 |
Component: | Tests | Version: | unspecified |
Keywords: | gunittests | Cc: | |
CPU: | Unspecified | Platform: | Unspecified |
Description
The following tests are stalling with Python 3 and in consequence also stale multirunner:
- lib/python/pygrass/modules/interface/testsuite/test_pygrass_modules_interface_doctests.py
- lib/python/temporal/testsuite/test_temporal_doctests.py
- temporal/t.rast.neighbors/testsuite/test_neighbors.py
They should be deactivated until they are fixed.
Change History (4)
comment:1 by , 6 years ago
comment:4 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed by Anna. Now these test run and finish (though not all 100% successful) under both Python 2 and 3.
Note:
See TracTickets
for help on using tickets.
In 74420: