|
1 | 1 | ============================= test session starts ============================== |
2 | | -platform darwin -- Python 3.9.7, pytest-6.2.4, py-1.10.0, pluggy-0.13.1 |
| 2 | +platform darwin -- Python 3.9.7, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 |
3 | 3 | rootdir: /Users/johnmount/Documents/work/data_algebra |
4 | | -plugins: cov-2.12.1, anyio-2.2.0, typeguard-2.13.0 |
| 4 | +plugins: anyio-3.5.0, cov-3.0.0 |
5 | 5 | collected 300 items |
6 | 6 |
|
7 | 7 | tests/test_OrderedSet.py ...... [ 2%] |
@@ -123,7 +123,7 @@ tests/test_xicor.py .. [100%] |
123 | 123 |
|
124 | 124 | =============================== warnings summary =============================== |
125 | 125 | tests/test_expression_expectations.py: 19 warnings |
126 | | - /Users/johnmount/opt/anaconda3/envs/ai_academy_3_9/lib/python3.9/site-packages/pyspark/sql/pandas/conversion.py:238: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here. |
| 126 | + /Users/johnmount/opt/anaconda3/envs/data_algebra_dev_env/lib/python3.9/site-packages/pyspark/sql/pandas/conversion.py:222: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here. |
127 | 127 | Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations |
128 | 128 | return np.bool |
129 | 129 |
|
@@ -165,4 +165,4 @@ data_algebra/util.py 140 29 79% 26, 51, 56, 61, 84- |
165 | 165 | -------------------------------------------------------------------- |
166 | 166 | TOTAL 5767 710 88% |
167 | 167 |
|
168 | | -================ 300 passed, 19 warnings in 1025.68s (0:17:05) ================= |
| 168 | +================= 300 passed, 19 warnings in 989.07s (0:16:29) ================= |
0 commit comments