File tree 2 files changed +6
-6
lines changed 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 17
17
# limitations under the License.
18
18
#
19
19
20
- export NOSE_PROCESSES=4
21
- export NOSE_PROCESS_TIMEOUT=360
20
+ # export NOSE_PROCESSES=-1
21
+ # export NOSE_PROCESS_TIMEOUT=360
22
22
export PYTHONDONTWRITEBYTECODE=True
23
23
24
24
# Exit on error (-x)
25
25
# Rule of thumb: if a test takes more than 10 seconds it
26
26
# should be marked as slow using:
27
27
# @attr("slow")
28
- nosetests - v -x
28
+ python3 -m nose - v -x pysmt/test
Original file line number Diff line number Diff line change 17
17
# limitations under the License.
18
18
#
19
19
20
- export NOSE_PROCESSES=4
21
- export NOSE_PROCESS_TIMEOUT=240
20
+ # export NOSE_PROCESSES=-1
21
+ # export NOSE_PROCESS_TIMEOUT=240
22
22
export PYTHONDONTWRITEBYTECODE=True
23
23
24
24
# Skip slow tests (-A "not slow")
25
25
# Exit on error (-x)
26
26
# Rule of thumb: if a test takes more than 10 seconds it
27
27
# should be marked as slow using:
28
28
# @attr("slow")
29
- nosetests -v -A " not slow" -x pysmt/test
29
+ python3 -m nose -v -A " not slow" -x pysmt/test
You can’t perform that action at this time.
0 commit comments