blob: 3beef0700ad79b935ce3ad40cd3ea498fa166659 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
From 04d04a8fa1ef3d8dbdaebbaac9ae936e1c8234c1 Mon Sep 17 00:00:00 2001
From: Hongxu Jia <hongxu.jia@windriver.com>
Date: Wed, 28 Jun 2017 21:17:43 -0400
Subject: [PATCH] remove requirement of nose
The nose extends unittest to make testing easier.
Do not need the test suite, so remove requirement of nose.
Upstream-Status: Inappropriate [oe specific]
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
---
setup.py | 2 --
1 file changed, 2 deletions(-)
diff --git a/setup.py b/setup.py
index 3f7c7cb..c42a546 100644
--- a/setup.py
+++ b/setup.py
@@ -53,6 +53,4 @@ setup(
keywords='pid pidfile context manager decorator',
packages=["pid"],
install_requires=[],
- test_suite='nose.collector',
- setup_requires=['nose>=1.0'],
)
--
2.8.1
|