Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 1386 #1474

Open
wants to merge 6 commits into
base: 5.2.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pscheduler-archiver-esmond/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AUTO_TARBALL := 1
include unibuild/unibuild.make

test::
nosetests
nose2

test-coverage::
nosetests --with-coverage --cover-package esmond
nose2 --with-coverage --cover-package esmond
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Requires: rpm-post-wrapper

BuildRequires: pscheduler-rpm
BuildRequires: %{_pscheduler_python}-pscheduler
BuildRequires: %{_pscheduler_python}-nose
BuildRequires: %{_pscheduler_python}-nose2

%define directory %{_includedir}/make

Expand Down
4 changes: 2 additions & 2 deletions pscheduler-archiver-http/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ AUTO_TARBALL := 1
include unibuild/unibuild.make

test::
nosetests
nose2

test-coverage::
nosetests --with-coverage --cover-package rabbitmq
nose2 --with-coverage --cover-package rabbitmq

clean::
make -C tests $@
4 changes: 2 additions & 2 deletions pscheduler-archiver-rabbitmq/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ AUTO_TARBALL := 1
include unibuild/unibuild.make

test::
nosetests
nose2

test-coverage::
nosetests --with-coverage --cover-package rabbitmq
nose2 --with-coverage --cover-package rabbitmq

clean::
make -C tests $@
4 changes: 2 additions & 2 deletions pscheduler-archiver-syslog/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ AUTO_TARBALL := 1
include unibuild/unibuild.make

test::
nosetests
nose2

test-coverage::
nosetests --with-coverage --cover-package rabbitmq
nose2 --with-coverage --cover-package rabbitmq

clean::
make -C tests $@
4 changes: 2 additions & 2 deletions pscheduler-archiver-tcp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ AUTO_TARBALL := 1
include unibuild/unibuild.make

test::
nosetests
nose2

test-coverage::
nosetests --with-coverage --cover-package tcp
nose2 --with-coverage --cover-package tcp

clean::
make -C tests $@
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Requires: rpm-post-wrapper

BuildRequires: pscheduler-rpm
BuildRequires: %{_pscheduler_python}
BuildRequires: %{_pscheduler_python}-nose
BuildRequires: %{_pscheduler_python}-nose2

%define directory %{_includedir}/make

Expand Down
4 changes: 2 additions & 2 deletions pscheduler-archiver-udp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ AUTO_TARBALL := 1
include unibuild/unibuild.make

test::
nosetests
nose2

test-coverage::
nosetests --with-coverage --cover-package rabbitmq
nose2 --with-coverage --cover-package rabbitmq

clean::
make -C tests $@
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Requires: rpm-post-wrapper

BuildRequires: pscheduler-rpm
BuildRequires: %{_pscheduler_python}
BuildRequires: %{_pscheduler_python}-nose
BuildRequires: %{_pscheduler_python}-nose2

%define directory %{_includedir}/make

Expand Down
4 changes: 2 additions & 2 deletions pscheduler-test-latency/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AUTO_TARBALL := 1
include unibuild/unibuild.make

test::
nosetests
nose2

test-coverage::
nosetests --with-coverage --cover-package latency
nose2 --with-coverage --cover-package latency
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Requires: rpm-post-wrapper

BuildRequires: pscheduler-rpm
BuildRequires: %{_pscheduler_python}-pscheduler
BuildRequires: %{_pscheduler_python}-nose
BuildRequires: %{_pscheduler_python}-nose2

%description
Latency test class for pScheduler
Expand Down
4 changes: 2 additions & 2 deletions pscheduler-test-latencybg/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AUTO_TARBALL := 1
include unibuild/unibuild.make

test::
nosetests
nose2

test-coverage::
nosetests --with-coverage --cover-package latency
nose2 --with-coverage --cover-package latency
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Requires: rpm-post-wrapper

BuildRequires: pscheduler-rpm
BuildRequires: %{_pscheduler_python}-pscheduler
BuildRequires: %{_pscheduler_python}-nose
BuildRequires: %{_pscheduler_python}-nose2

%description
Latency test class for pScheduler that runs in the background.
Expand Down
4 changes: 2 additions & 2 deletions pscheduler-test-rtt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AUTO_TARBALL := 1
include unibuild/unibuild.make

test::
nosetests
nose2

test-coverage::
nosetests --with-coverage --cover-package rtt
nose2 --with-coverage --cover-package rtt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Requires: rpm-post-wrapper

BuildRequires: pscheduler-rpm
BuildRequires: %{_pscheduler_python}-pscheduler
BuildRequires: %{_pscheduler_python}-nose
BuildRequires: %{_pscheduler_python}-nose2

%description
Round trip time test class for pScheduler
Expand Down
4 changes: 2 additions & 2 deletions pscheduler-test-throughput/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AUTO_TARBALL := 1
include unibuild/unibuild.make

test::
nosetests
nose2

test-coverage::
nosetests --with-coverage --cover-package throughput
nose2 --with-coverage --cover-package throughput
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Requires: rpm-post-wrapper

BuildRequires: pscheduler-rpm
BuildRequires: %{_pscheduler_python}-pscheduler
BuildRequires: %{_pscheduler_python}-nose
BuildRequires: %{_pscheduler_python}-nose2

%description
Throughput test class for pScheduler
Expand Down
4 changes: 2 additions & 2 deletions pscheduler-test-trace/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AUTO_TARBALL := 1
include unibuild/unibuild.make

test::
nosetests
nose2

test-coverage::
nosetests --with-coverage --cover-package trace
nose2 --with-coverage --cover-package trace
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Requires: rpm-post-wrapper

BuildRequires: pscheduler-rpm
BuildRequires: %{_pscheduler_python}-pscheduler
BuildRequires: %{_pscheduler_python}-nose
BuildRequires: %{_pscheduler_python}-nose2

%description
Simplestream test class for pScheduler
Expand Down
4 changes: 2 additions & 2 deletions pscheduler-tool-owping/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AUTO_TARBALL := 1
include unibuild/unibuild.make

test::
nosetests
nose2

test-coverage::
nosetests --with-coverage --cover-package owping
nose2 --with-coverage --cover-package owping
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Requires: rpm-post-wrapper

BuildRequires: pscheduler-rpm
BuildRequires: %{_pscheduler_python}-pscheduler
BuildRequires: %{_pscheduler_python}-nose
BuildRequires: %{_pscheduler_python}-nose2

%description
owping tool class for pScheduler
Expand Down
4 changes: 2 additions & 2 deletions pscheduler-tool-powstream/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AUTO_TARBALL := 1
include unibuild/unibuild.make

test::
nosetests
nose2

test-coverage::
nosetests --with-coverage --cover-package powstream
nose2 --with-coverage --cover-package powstream
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Requires: rpm-post-wrapper

BuildRequires: pscheduler-rpm
BuildRequires: %{_pscheduler_python}-pscheduler
BuildRequires: %{_pscheduler_python}-nose
BuildRequires: %{_pscheduler_python}-nose2

%description
powstream tool class for pScheduler
Expand Down
4 changes: 2 additions & 2 deletions pscheduler-tool-twping/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AUTO_TARBALL := 1
include unibuild/unibuild.make

test::
nosetests
nose2

test-coverage::
nosetests --with-coverage --cover-package twping
nose2 --with-coverage --cover-package twping
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Requires: rpm-post-wrapper

BuildRequires: pscheduler-rpm
BuildRequires: %{_pscheduler_python}-pscheduler
BuildRequires: %{_pscheduler_python}-nose
BuildRequires: %{_pscheduler_python}-nose2

%description
twping tool class for pScheduler
Expand Down
5 changes: 0 additions & 5 deletions python-nose/Makefile

This file was deleted.

Binary file removed python-nose/nose-1.3.7.tar.gz
Binary file not shown.
21 changes: 0 additions & 21 deletions python-nose/unibuild-packaging/rpm/python-nose-coverage4.patch

This file was deleted.

33 changes: 0 additions & 33 deletions python-nose/unibuild-packaging/rpm/python-nose-py35.patch

This file was deleted.

69 changes: 0 additions & 69 deletions python-nose/unibuild-packaging/rpm/python-nose-py36.patch

This file was deleted.

Loading