Skip to content

Commit

Permalink
Remove tdnf-python module
Browse files Browse the repository at this point in the history
Signed-off-by: Shreenidhi Shedi <[email protected]>
  • Loading branch information
sshedi committed Aug 13, 2023
1 parent 2736249 commit 52870b6
Show file tree
Hide file tree
Showing 19 changed files with 1 addition and 1,616 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ add_subdirectory("${PROJECT_SOURCE_DIR}/jsondump")
add_subdirectory("${PROJECT_SOURCE_DIR}/history")
add_subdirectory("${PROJECT_SOURCE_DIR}/llconf")
add_subdirectory("${PROJECT_SOURCE_DIR}/plugins")
add_subdirectory("${PROJECT_SOURCE_DIR}/python")
add_subdirectory("${PROJECT_SOURCE_DIR}/etc")
add_subdirectory("${PROJECT_SOURCE_DIR}/bin")
add_subdirectory("${PROJECT_SOURCE_DIR}/solv")
Expand Down
2 changes: 1 addition & 1 deletion ci/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mkdir -p build
cd build || exit 1

mkdir -p /usr/lib/sysimage/tdnf
cmake -DHISTORY_DB_DIR=/usr/lib/sysimage/tdnf .. && make -j32 && make python -j32 && make check -j32 || exit
cmake -DHISTORY_DB_DIR=/usr/lib/sysimage/tdnf .. && make -j32 && make check -j32 || exit

if ! flake8 ../pytests ; then
echo "flake8 tests failed"
Expand Down
238 changes: 0 additions & 238 deletions pytests/tests/test_tdnf_python.py

This file was deleted.

30 changes: 0 additions & 30 deletions python/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit 52870b6

Please sign in to comment.