Skip to content

rdflib egg should not include test directory #18

Closed
@ghost

Description

tim.terl...@gmail.com, 2008-03-04T15:44:35.000Z

$ easy_install rdflib==2.4.0
$ python
>>> from test import pystone
timte: Traceback (most recent call last):
File "", line 1, in ?
ImportError: cannot import name pystone 
 
The python core library has a test package I should always be able to use
whatever I install. The rdflib test package should either not be included
in the egg at all or it should be moved inside the rdflib package. The
rdflib toplevel test package hides the test package in python core.

Comment 1 by eike...@gmail.com



Comment 2 by eik...@gmail.com
Fixed in r1489 for rdflib 2.5 (still need to fix for rdflib 2.4.x)


Comment 3 by eik...@gmail.com
Also fixed in 2.4.x branch in r1491.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions