Skip to content

Commit

Permalink
test/pybind/ceph_argparse: Switch to bare unittest
Browse files Browse the repository at this point in the history
nose has been unmaintained for a long time, and to work on
removing it as a dependency, re-work test_ceph_argparse to use
bare unittest.

Signed-off-by: Steve Kowalik <[email protected]>
  • Loading branch information
s-t-e-v-e-n-k committed Apr 4, 2022
1 parent bd85f2c commit 9f1c094
Show file tree
Hide file tree
Showing 2 changed files with 686 additions and 692 deletions.
2 changes: 1 addition & 1 deletion src/test/pybind/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
add_ceph_test(test_ceph_daemon.py
${Python3_EXECUTABLE} -m nose ${CMAKE_CURRENT_SOURCE_DIR}/test_ceph_daemon.py)
add_ceph_test(test_ceph_argparse.py
${Python3_EXECUTABLE} -m nose ${CMAKE_CURRENT_SOURCE_DIR}/test_ceph_argparse.py)
${Python3_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/test_ceph_argparse.py)
Loading

0 comments on commit 9f1c094

Please sign in to comment.