Closed idella closed 10 years ago
doing a sed -e s':testdawg:&:' -i test/test_dawg.py and disabling the test_dawg knocks out the first 6 errors demoing that it's the one error repeated 6 times by the one def test_dawg. The final one though cites only the installed nose under py3. This appears to be an issue with nose itself under py3, or under minor sub-versions of py3.
I don't really understand this issue. You should use tox. When you using it everything is fine.
gawel, my red faced apology here, I was working the suite of rdflib-4.1.1 as well and have got them totally mixed up. I had a correct report of the runs in the first place, returned to this page and thought it was the bug I had filed for the fails of rdflib and totally substituted the content.
The suite still fails under to run from the source. Closing this and starting afresh.
EDITED; It appears the first run yielded errors from the absence of the new dep. py3.3 yileds error.
from /path/to/rdflib-4.1.1/ $
after building with py3.3, system py3.3 set; (System python is Python 3.3.5)
/path/to/rdflib-4.1.1/build/src $ PYTHON_TARGETS=. ./run_tests.py
yields a very verbose output so I have snipped it;
Ran 2313 tests in 76.152s
FAILED (SKIP=78, errors=7)
each yield
plus
The whole log is 481 kb., very verbose. Can you replicate?