summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* remove double exclude line as py3 configparser complains otherwiseJoern Hees2015-03-181-2/+1
|
* make external_graph_libs tests optional (only run if ext lib is installed)Joern Hees2015-03-181-0/+1
| | | | | | | | networkx shouldn't be a dependency of rdflib just to run tests. Also graph_tool heavily depends on C libs and can't easily be installed via pip (or via apt-get on travis). Hence, the doctests are duplicated into proper tests that auto skip if networkx or graph_tool can't be imported.
* Revert to mainstream, temporarily suspend doctests.Graham Higgins2013-04-121-6/+4
|
* Immigrate rdflib-sparql (plus some prefiguring changes)Graham Higgins2013-03-211-1/+1
|
* Re-enable doctests, adjust docstrings for use with py3compat.Graham Higgins2012-02-181-3/+3
|
* removed bits that are causing the release to have .dev_r0 tacked on the end ↵3.0.0eikeon2010-05-131-4/+0
| | | | of it
* added \!manual to setup.cfg; marked failing test cases as known_issueeikeon2009-04-091-1/+1
|
* annotated tests with attributes known_issue, slow, non_core and sparql to ↵eikeon2009-04-021-2/+3
| | | | make it easier to run the various groups of tests; and make the default be tests that match the following: \!known_issue,\!slow,\!non_core,\!sparql
* figure out how to exclude rdflib.store for now; not sure why it's not ↵eikeon2007-03-121-0/+2
| | | | ignoring test.mysql
* added bit to configure 'setup.py nosetests' to run doc testseikeon2007-03-121-0/+6
|
* added continuous-releases-using-subversion biteikeon2007-03-111-0/+3