Skip to content

Commit

Permalink
Use a newer nose release
Browse files Browse the repository at this point in the history
  • Loading branch information
wichert committed Sep 2, 2007
1 parent 4028f47 commit fc19fd3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[nosetests]
with-doctests=1
nocapture=1
where=pyrad/tests
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
keywords = [ "radius", "authentication" ],
zip_safe = True,
include_package_data = True,
tests_require = "nose",
tests_require = "nose >=0.10.0b1",
test_suite = "nose.collector",
)

0 comments on commit fc19fd3

Please sign in to comment.