summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Car <nicholas.car@surroundaustralia.com>2020-10-03 21:13:43 +1000
committerNicholas Car <nicholas.car@surroundaustralia.com>2020-10-03 21:13:43 +1000
commite3543532a04908db19d5a290a997520de046395e (patch)
tree579c69ac568728f488d780bc2ea4e7c0ff63972f
parent7cb6bb4c05e110e35e930b03e61b3cf75e7b2595 (diff)
downloadrdflib-e3543532a04908db19d5a290a997520de046395e.tar.gz
add nose to run tests, doctest-... moved from requirements.txt
-rw-r--r--requirements.dev.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements.dev.txt b/requirements.dev.txt
index ba2deca7..b139c016 100644
--- a/requirements.dev.txt
+++ b/requirements.dev.txt
@@ -1,3 +1,5 @@
sphinx
sphinxcontrib-apidoc
black==20.8b1
+nose==1.3.7
+doctest-ignore-unicode==0.1.2