File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,16 @@ script:
19
19
--ignore=machine_learning/perceptron.py
20
20
--ignore=machine_learning/random_forest_classification/random_forest_classification.py
21
21
--ignore=machine_learning/random_forest_regression/random_forest_regression.py
22
+ # The following files currently fail pytests. See issues: #1016, #1044, #1080
23
+ # Here they are run || true and when each passes pytest, it can be removed above and below.
24
+ - pytest data_structures/stacks/balanced_parentheses.py --doctest-modules || true
25
+ - pytest data_structures/stacks/infix_to_postfix_conversion.py --doctest-modules || true
26
+ - pytest file_transfer_protocol/ftp_send_receive.py --doctest-modules || true
27
+ - pytest file_transfer_protocol/ftp_client_server.py --doctest-modules || true
28
+ - pytest machine_learning/linear_regression.py --doctest-modules || true
29
+ - pytest machine_learning/random_forest_classification/random_forest_classification.py --doctest-modules || true
30
+ - pytest machine_learning/random_forest_regression/random_forest_regression.py --doctest-modules || true
31
+
22
32
after_success :
23
33
- scripts/build_directory_md.py > DIRECTORY.md
24
34
- cat DIRECTORY.md
You can’t perform that action at this time.
0 commit comments