Skip to content

Commit

Permalink
Merge pull request ceph#45064 from s-t-e-v-e-n-k/no-direct-use-of-nose
Browse files Browse the repository at this point in the history
test: No direct use of nose

Reviewed-by: Casey Bodley <[email protected]>
  • Loading branch information
cbodley authored May 11, 2022
2 parents 3bc0354 + 47fba6f commit f0e30f6
Show file tree
Hide file tree
Showing 5 changed files with 696 additions and 700 deletions.
1 change: 0 additions & 1 deletion ceph.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ BuildRequires: hostname
BuildRequires: jq
BuildRequires: libuuid-devel
BuildRequires: python%{python3_pkgversion}-bcrypt
BuildRequires: python%{python3_pkgversion}-nose
BuildRequires: python%{python3_pkgversion}-pecan
BuildRequires: python%{python3_pkgversion}-requests
BuildRequires: python%{python3_pkgversion}-dateutil
Expand Down
1 change: 0 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ Build-Depends: automake,
python3-cherrypy3,
python3-natsort,
python3-jwt <pkg.ceph.check>,
python3-nose <pkg.ceph.check>,
python3-pecan <pkg.ceph.check>,
python3-bcrypt <pkg.ceph.check>,
tox <pkg.ceph.check>,
Expand Down
4 changes: 2 additions & 2 deletions 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)
${Python3_EXECUTABLE} ${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 f0e30f6

Please sign in to comment.