Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-rmcgibbo/8a6365b55a38ff3ec8255e8b38aadb72 to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/8a6365b55a38ff3ec8255e8b38aadb72 to your computer and use it in GitHub Desktop.
system: aarch64-linux | build_time: 6 seconds | https://github.com/NixOS/nixpkgs/pull/117004
Sourcing python-remove-tests-dir-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing setuptools-build-hook
Using setuptoolsBuildPhase
Using setuptoolsShellHook
Sourcing pip-install-hook
Using pipInstallPhase
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase
Sourcing python-namespaces-hook
Sourcing setuptools-check-hook
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/rhrphg71439msypp8cap32x6rn1wj9cf-backports.functools_lru_cache-1.6.1.tar.gz
source root is backports.functools_lru_cache-1.6.1
setting SOURCE_DATE_EPOCH to timestamp 1572711613 of file backports.functools_lru_cache-1.6.1/setup.cfg
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" }
updateAutotoolsGnuConfigScriptsPhase
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
no configure script, doing nothing
@nix { "action": "setPhase", "phase": "buildPhase" }
building
Executing setuptoolsBuildPhase
running bdist_wheel
running build
running build_py
creating build
creating build/lib
creating build/lib/backports
copying backports/__init__.py -> build/lib/backports
copying backports/functools_lru_cache.py -> build/lib/backports
running egg_info
writing backports.functools_lru_cache.egg-info/PKG-INFO
writing dependency_links to backports.functools_lru_cache.egg-info/dependency_links.txt
writing requirements to backports.functools_lru_cache.egg-info/requires.txt
writing top-level names to backports.functools_lru_cache.egg-info/top_level.txt
reading manifest file 'backports.functools_lru_cache.egg-info/SOURCES.txt'
writing manifest file 'backports.functools_lru_cache.egg-info/SOURCES.txt'
installing to build/bdist.linux-aarch64/wheel
running install
running install_lib
creating build/bdist.linux-aarch64
creating build/bdist.linux-aarch64/wheel
creating build/bdist.linux-aarch64/wheel/backports
copying build/lib/backports/__init__.py -> build/bdist.linux-aarch64/wheel/backports
copying build/lib/backports/functools_lru_cache.py -> build/bdist.linux-aarch64/wheel/backports
running install_egg_info
Copying backports.functools_lru_cache.egg-info to build/bdist.linux-aarch64/wheel/backports.functools_lru_cache-1.6.1-py3.8.egg-info
running install_scripts
creating build/bdist.linux-aarch64/wheel/backports.functools_lru_cache-1.6.1.dist-info/WHEEL
creating 'dist/backports.functools_lru_cache-1.6.1-py2.py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'backports/__init__.py'
adding 'backports/functools_lru_cache.py'
adding 'backports.functools_lru_cache-1.6.1.dist-info/LICENSE'
adding 'backports.functools_lru_cache-1.6.1.dist-info/METADATA'
adding 'backports.functools_lru_cache-1.6.1.dist-info/WHEEL'
adding 'backports.functools_lru_cache-1.6.1.dist-info/top_level.txt'
adding 'backports.functools_lru_cache-1.6.1.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/backports.functools_lru_cache-1.6.1/dist /build/backports.functools_lru_cache-1.6.1
Processing ./backports.functools_lru_cache-1.6.1-py2.py3-none-any.whl
Installing collected packages: backports.functools-lru-cache
Successfully installed backports.functools-lru-cache-1.6.1
/build/backports.functools_lru_cache-1.6.1
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/653zprw1jfspb4bx6663b8sp6a9qhjml-python3.8-backports.functools_lru_cache-1.6.1
strip is /nix/store/h5wgppbyv8vkla58v8zi535j5i9akly5-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/653zprw1jfspb4bx6663b8sp6a9qhjml-python3.8-backports.functools_lru_cache-1.6.1/lib
patching script interpreter paths in /nix/store/653zprw1jfspb4bx6663b8sp6a9qhjml-python3.8-backports.functools_lru_cache-1.6.1
checking for references to /build/ in /nix/store/653zprw1jfspb4bx6663b8sp6a9qhjml-python3.8-backports.functools_lru_cache-1.6.1...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
@nix { "action": "setPhase", "phase": "installCheckPhase" }
running install tests
============================= test session starts ==============================
platform linux -- Python 3.8.8, pytest-6.2.2, py-1.9.0, pluggy-0.13.1
rootdir: /build/backports.functools_lru_cache-1.6.1, configfile: pytest.ini
plugins: flake8-1.0.7, black-0.3.12, cov-2.10.1
collecting ...
collected 9 items
setup.py .. [ 22%]
backports/__init__.py .. [ 44%]
docs/conf.py .. [ 66%]
tests/test_lru_cache.py ... [100%]
----------- coverage: platform linux, python 3.8.8-final-0 -----------
Name Stmts Miss Cover Missing
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
backports/__init__.py 1 0 100%
docs/conf.py 6 0 100%
tests/test_lru_cache.py 7 0 100%
/nix/store/1g92irla3hs07zjin81ijzdf5lkbp51g-python3.8-black-20.8b1/lib/python3.8/site-packages/_black_version.py 1 0 100%
/nix/store/1g92irla3hs07zjin81ijzdf5lkbp51g-python3.8-black-20.8b1/lib/python3.8/site-packages/black/__init__.py 2947 2455 17% 65, 121, 124, 129, 132, 154-160, 179, 248-261, 269, 274-276, 284-286, 297-332, 343, 509-563, 578-635, 644-647, 658-682, 690-719, 738-790, 806-840, 845-856, 869-884, 896-921, 931-941, 974-1004, 1013-1021, 1025-1060, 1065-1087, 1092-1093, 1109-1121, 1125-1127, 1135-1152, 1160-1163, 1305-1332, 1336, 1344, 1351-1355, 1363-1368, 1372-1382, 1390-1395, 1399-1408, 1412, 1437-1454, 1462-1471, 1476, 1481, 1486, 1491, 1500, 1507-1516, 1529, 1542, 1550-1554, 1557-1590, 1593-1623, 1626, 1633-1649, 1653-1686, 1690, 1694-1696, 1702-1714, 1719, 1727-1739, 1743, 1767-1777, 1780-1816, 1821-1860, 1884-1890, 1894-1920, 1925-1926, 1933-1940, 1956-1961, 1965-1968, 1972-1984, 1988-1999, 2003-2005, 2009, 2013-2014, 2017-2019, 2026-2036, 2039-2055, 2059-2079, 2096-2317, 2322-2335, 2343-2351, 2356-2359, 2367-2384, 2395-2398, 2409-2494, 2520-2521, 2545-2576, 2587-2595, 2607-2706, 2781-2802, 2848, 2858-2859, 2874-2879, 2886-2887, 2914-2929, 2932-2956, 2972-2992, 3005-3135, 3155-3195, 3218-3298, 3301-3327, 3364-3373, 3386-3416, 3433-3522, 3575-3611, 3614-3812, 3838-3909, 3912-3913, 3928-3940, 3993-4019, 4034-4044, 4059-4071, 4086-4106, 4121-4153, 4167-4191, 4194-4286, 4358-4359, 4372-4377, 4393-4428, 4436-4437, 4447-4451, 4500-4512, 4520-4521, 4531-4534, 4538, 4542, 4546, 4565-4573, 4581, 4597-4603, 4614-4620, 4631-4639, 4658-4672, 4684-4710, 4727-4798, 4815-4821, 4835-4867, 4878-4880, 4892-4953, 4961-4984, 4989-4992, 5004-5006, 5015-5024, 5034-5040, 5051-5116, 5125-5152, 5157-5161, 5173-5217, 5222-5224, 5232-5278, 5286-5299, 5306-5312, 5317-5327, 5332-5335, 5346-5371, 5378-5382, 5394, 5406-5413, 5424-5431, 5436-5443, 5452-5453, 5458-5474, 5485-5497, 5502, 5507-5515, 5520-5527, 5540-5559, 5568-5571, 5577-5594, 5603-5630, 5642-5679, 5684-5685, 5701-5763, 5768-5813, 5819-5824, 5834-5847, 5866-5908, 5921-5947, 5964-5976, 5980-5981, 5984-5985, 5998-6004, 6011-6033, 6037-6052, 6059-6068, 6076-6127, 6132-6154, 6163-6170, 6180-6187, 6196, 6201-6205, 6212-6214, 6219-6240, 6249, 6257-6260, 6265-6268, 6278-6290, 6298-6300, 6314-6340, 6354-6418, 6423-6443, 6448-6460, 6465-6481, 6492-6522, 6526, 6534-6544, 6549-6550, 6559-6566, 6571-6579, 6593-6601, 6605-6607, 6611-6627, 6632-6653, 6657
/nix/store/1g92irla3hs07zjin81ijzdf5lkbp51g-python3.8-black-20.8b1/lib/python3.8/site-packages/blib2to3/__init__.py 0 0 100%
/nix/store/1g92irla3hs07zjin81ijzdf5lkbp51g-python3.8-black-20.8b1/lib/python3.8/site-packages/blib2to3/pgen2/__init__.py 1 0 100%
/nix/store/1g92irla3hs07zjin81ijzdf5lkbp51g-python3.8-black-20.8b1/lib/python3.8/site-packages/blib2to3/pgen2/driver.py 158 105 34% 54-58, 63-119, 123-124, 128, 134-135, 139-142, 145-169, 180, 204-205, 213-215, 234-239, 247-252, 256
/nix/store/1g92irla3hs07zjin81ijzdf5lkbp51g-python3.8-black-20.8b1/lib/python3.8/site-packages/blib2to3/pgen2/grammar.py 67 21 69% 107, 112-113, 116-117, 121-123, 127, 151-163
/nix/store/1g92irla3hs07zjin81ijzdf5lkbp51g-python3.8-black-20.8b1/lib/python3.8/site-packages/blib2to3/pgen2/parse.py 96 76 21% 38-39, 48-54, 116-117, 132-141, 146-188, 192-203, 209-217, 221-224, 228-237
/nix/store/1g92irla3hs07zjin81ijzdf5lkbp51g-python3.8-black-20.8b1/lib/python3.8/site-packages/blib2to3/pgen2/pgen.py 314 29 91% 155, 169, 183, 242-255, 258-262, 345-348, 352, 367-372
/nix/store/1g92irla3hs07zjin81ijzdf5lkbp51g-python3.8-black-20.8b1/lib/python3.8/site-packages/blib2to3/pgen2/token.py 74 3 96% 81, 85, 89
/nix/store/1g92irla3hs07zjin81ijzdf5lkbp51g-python3.8-black-20.8b1/lib/python3.8/site-packages/blib2to3/pgen2/tokenize.py 364 205 44% 185-187, 209-212, 217-218, 232-234, 237-241, 244-257, 260-285, 295-302, 323-377, 398-399, 441-442, 447-476, 484, 486, 488-491, 493, 496-497, 517-518, 521-533, 536-538, 542, 555, 561, 563-564, 568-572, 574-587, 594-602, 605-606, 610-618, 622-623, 626-639, 642-643, 648-652, 659-660, 663-664, 667-668, 671, 676-681
/nix/store/1g92irla3hs07zjin81ijzdf5lkbp51g-python3.8-black-20.8b1/lib/python3.8/site-packages/blib2to3/pygram.py 139 0 100%
/nix/store/1g92irla3hs07zjin81ijzdf5lkbp51g-python3.8-black-20.8b1/lib/python3.8/site-packages/blib2to3/pytree.py 468 349 25% 44-53, 83-84, 92-94, 100, 111, 119, 127, 135, 139-159, 163-168, 171-175, 182-190, 198-204, 212-218, 221-222, 225-227, 234-238, 264-276, 280-281, 293, 297, 300-302, 310-312, 316-318, 325-327, 331-332, 339-343, 350-353, 360-363, 366-367, 370-379, 411-419, 423-426, 438, 442, 445-447, 455, 459, 463, 470, 474-475, 486-495, 525-526, 529-533, 536, 544, 557-570, 578-580, 588-590, 611-617, 621-623, 638, 666-677, 692-704, 753-766, 770-794, 798, 802-809, 823-854, 858-883, 887-900, 904-914, 927-929, 933, 937, 940-948, 966-978
/nix/store/25x7w9va7hyp4kxxmlg1a5xa4ywldxs8-python3.8-click-7.1.2/lib/python3.8/site-packages/click/__init__.py 69 0 100%
/nix/store/25x7w9va7hyp4kxxmlg1a5xa4ywldxs8-python3.8-click-7.1.2/lib/python3.8/site-packages/click/_compat.py 449 357 20% 24, 30-34, 46-49, 54-57, 70-71, 78-89, 92-95, 99, 113-115, 118, 121-129, 132-141, 144-156, 159-166, 170-271, 286, 289-292, 297-306, 313-321, 328-336, 344, 351-352, 358, 371-396, 405, 415, 425-428, 431-436, 439-444, 447-450, 455-458, 463-466, 471-475, 479-488, 499-510, 514-583, 591-592, 597-600, 604, 607-616, 619, 622, 625, 628, 637, 641-649, 653-657, 665-726, 732, 739, 743-746, 753-766
/nix/store/25x7w9va7hyp4kxxmlg1a5xa4ywldxs8-python3.8-click-7.1.2/lib/python3.8/site-packages/click/_unicodefun.py 69 59 14% 9-23, 34-39, 54-126
/nix/store/25x7w9va7hyp4kxxmlg1a5xa4ywldxs8-python3.8-click-7.1.2/lib/python3.8/site-packages/click/core.py 916 646 29% 49-50, 57-59, 64-73, 77-89, 105, 109-123, 129-140, 149-156, 265-394, 397-399, 402-405, 436-443, 471, 475, 488-489, 493-495, 503-508, 512-515, 519-523, 529-532, 538-542, 550, 554, 558, 564, 570, 588-610, 617-628, 667, 672, 675, 678, 695-701, 708, 714, 759-825, 829, 891, 906-908, 911-915, 922-923, 929-932, 936-940, 944-953, 964-967, 974-976, 982, 1001-1004, 1008-1018, 1022-1030, 1034-1037, 1040-1058, 1064-1066, 1106-1125, 1131-1133, 1136-1137, 1165-1177, 1183-1205, 1208-1219, 1222-1290, 1293-1316, 1322, 1328, 1339-1341, 1347-1351, 1359-1366, 1374-1381, 1384, 1387, 1398-1400, 1404, 1407-1412, 1415-1418, 1492, 1508, 1515, 1518-1525, 1530-1534, 1537, 1540-1545, 1552-1568, 1578-1579, 1582-1586, 1589-1597, 1600-1611, 1614-1617, 1620-1637, 1640, 1643, 1649-1650, 1717, 1721, 1730, 1748-1751, 1763, 1765, 1767, 1769, 1771-1776, 1788-1790, 1810, 1813-1815, 1818, 1826-1853, 1856-1905, 1912-1917, 1926-1933, 1944-1949, 1952-1960, 1963-1965, 1981, 1986, 1992-1994, 1997-2006, 2010-2012, 2017, 2024, 2027, 2030
/nix/store/25x7w9va7hyp4kxxmlg1a5xa4ywldxs8-python3.8-click-7.1.2/lib/python3.8/site-packages/click/decorators.py 150 76 49% 21, 32-35, 61-77, 82, 87-88, 93-95, 142-143, 148, 216-228, 244-250, 266-269, 276-297, 320-333
/nix/store/25x7w9va7hyp4kxxmlg1a5xa4ywldxs8-python3.8-click-7.1.2/lib/python3.8/site-packages/click/exceptions.py 127 89 30% 8-10, 20-25, 28, 31, 34-37, 40-42, 57-59, 62-73, 95-97, 100-108, 126-127, 130-151, 159-163, 166-169, 180-184, 187-194, 208-209, 221, 228-233, 236, 253
/nix/store/25x7w9va7hyp4kxxmlg1a5xa4ywldxs8-python3.8-click-7.1.2/lib/python3.8/site-packages/click/formatting.py 139 115 17% 12-16, 20-22, 46-91, 107-116, 120, 124, 128, 137-162, 166, 170-171, 177-188, 199-235, 244-250, 255-259, 263, 272-283
/nix/store/25x7w9va7hyp4kxxmlg1a5xa4ywldxs8-python3.8-click-7.1.2/lib/python3.8/site-packages/click/globals.py 18 12 33% 21-25, 30, 35, 43-47
/nix/store/25x7w9va7hyp4kxxmlg1a5xa4ywldxs8-python3.8-click-7.1.2/lib/python3.8/site-packages/click/parser.py 240 203 15% 40-78, 82-84, 90, 97-100, 105-119, 124-146, 150, 153-165, 170-172, 175-184, 189-192, 212-229, 240-248, 256-258, 267-274, 277-285, 288-301, 324-352, 355-399, 402-428
/nix/store/25x7w9va7hyp4kxxmlg1a5xa4ywldxs8-python3.8-click-7.1.2/lib/python3.8/site-packages/click/termui.py 207 164 21% 52-54, 60-65, 69-72, 121-169, 192-215, 223-262, 277-291, 394-397, 422-430, 495-519, 531, 546-548, 581-588, 613-615, 643-646, 650-652, 670-681
/nix/store/25x7w9va7hyp4kxxmlg1a5xa4ywldxs8-python3.8-click-7.1.2/lib/python3.8/site-packages/click/types.py 330 202 39% 45-46, 62, 72, 76, 84, 89-90, 93-100, 107, 110, 117-131, 134, 161, 164, 171-196, 205, 232, 235, 238-241, 245-250, 257, 264-267, 270, 285-287, 290-326, 329, 336-339, 344, 359-361, 364-400, 403, 410-417, 420, 427-434, 437, 473-477, 480-486, 489-518, 584-585, 591-596, 599-651, 669, 673, 677, 680-685, 694-698, 701, 712-728
/nix/store/25x7w9va7hyp4kxxmlg1a5xa4ywldxs8-python3.8-click-7.1.2/lib/python3.8/site-packages/click/utils.py 196 142 28% 24-27, 33, 39-45, 50-55, 60-80, 93-108, 111, 114-116, 123-134, 138-139, 145-146, 149, 152, 155-156, 161, 164, 167, 170, 173, 176, 226-273, 286-289, 303-306, 334-339, 358-360, 375-377, 415-427, 443, 446-452, 455
/nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/_argcomplete.py 37 36 3% 64-114, 117
/nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/_code/code.py 699 686 2% 1-59, 62-63, 66-73, 76-81, 85, 90, 92-1184, 1196, 1200-1213, 1223-1259
/nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/_code/source.py 142 140 1% 1-129, 133-212
/nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/_io/terminalwriter.py 113 63 44% 2-16, 26, 28, 30, 32, 34, 40-65, 69-75, 82-83, 85, 88-93, 97, 100, 107, 123, 135, 144, 156-164, 169, 173, 176-210
/nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/_io/wcwidth.py 25 16 36% 1-6, 19-44, 53
/nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/assertion/__init__.py 84 73 13% 2-105, 115-116, 141-152, 159-162, 169-179
/nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/assertion/rewrite.py 624 380 39% 2-75, 80-82, 89, 111, 116, 125, 130, 151-152, 169, 172, 192, 201, 206, 211, 214-215, 219-220, 230-232, 238-240, 245-279, 298-321, 330-332, 337-342, 348, 360, 371-411, 421-531, 546-653, 664, 667-671, 675, 685, 694-697, 703, 706, 710, 741-745, 752, 758, 762, 768, 773, 785, 798, 814, 818-824, 833-838, 852, 863-909, 916-917, 940, 950-999, 1005-1007, 1009-1014, 1023-1039, 1043, 1054, 1072, 1078, 1085-1096, 1100, 1108
/nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/cacheprovider.py 314 265 16% 4-68, 75-76, 84, 87-100, 108-142, 145, 160, 164-280, 291-302, 304, 307, 311-313, 317-323, 331-388, 394-395, 401-412, 416-489, 491-493, 497-498, 504-520, 523-532, 536-575
/nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/capture.py 560 481 14% 2-167, 170-287, 294-316, 321, 324, 328-408, 415-446, 449, 454, 457, 462-477, 485-505, 509-512, 515-580, 587-590, 597-616, 620, 624, 628-697, 703, 707-716, 722-736, 740-742, 745-775, 790-791, 799, 801, 805-806, 810-811, 815-816, 820-967
/nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/compat.py 162 125 23% 2-56, 61, 73, 79-112, 144-145, 159, 167, 170, 174-252, 267-271, 277, 281, 291, 295, 302, 317, 321-400
/nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/config/__init__.py 806 687 15% 2-377, 385, 392, 406-423, 427-435, 443, 446-455, 474, 493-501, 505, 515-516, 520, 536-537, 541, 546-549, 552-668, 671, 676-716, 722, 725, 728, 732-922, 932-933, 942-943, 952-953, 962-963, 972-977, 984-1069, 1072-1206, 1212-1231, 1233-1271, 1275-1343, 1351, 1364, 1367-1368, 1380, 1398-1401, 1404-1415, 1424-1433, 1439-1449, 1452, 1465, 1467-1476, 1480-1521, 1533, 1535, 1539-1540, 1545-1596, 1603, 1606
/nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/config/argparsing.py 253 208 18% 1-98, 110, 129, 140-272, 275, 291-374, 393-404, 412-418, 460-468, 474-522
/nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/debugging.py 228 219 4% 2-67, 71, 73, 85, 94-388
/nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/deprecated.py 16 15 6% 11-85, 87
/nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/doctest.py 351 269 23% 2-121, 130-131, 135, 142, 144, 148, 152-171, 196-200, 209-217, 222, 242-375, 391, 400, 405-406, 410-451, 460-461, 472-481, 490-491, 508, 518, 527, 533-537, 549-571, 606-630, 633-657, 662, 682, 689, 696, 703-724
/nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/faulthandler.py 64 48 25% 1-25, 35-50, 57-70, 76, 78-85, 88-89, 93-99, 103-116
/nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/fixtures.py 833 693 17% 1-109, 113-219, 226-229, 234-237, 246-271, 282-284, 289-299, 318, 325-334, 345-433, 446-447, 453-563, 567-804, 810-977, 999, 1018-1421, 1432, 1443-1447, 1451, 1457, 1469, 1480-1487, 1491, 1496-1498, 1516-1517, 1531-1538, 1541-1546, 1551, 1555-1556, 1560-1596, 1600, 1609, 1624, 1645, 1654, 1657-1680
/nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/helpconfig.py 133 123 8% 2-28, 38-99, 102-143, 145-146, 148-151, 155-243, 246-250, 253-260
/nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/junitxml.py 373 371 1% 9-426, 430-700
/nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/logging.py 402 287 29% 2-64, 72, 89, 95-102, 106-115, 149-169, 171-189, 193, 202-297, 301, 304, 307-308, 311, 314, 318-323, 328, 333, 337-492, 498, 502-517, 521-524, 548-550, 568-571, 583, 593, 601-631, 639-647, 654-655, 662-663, 665-666, 670, 676-677, 681-682, 685, 702-703, 710-711, 716-717, 724-725, 728-813, 816, 819-821
/nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/main.py 461 296 36% 2-256, 270-315, 319, 325-332, 336, 338, 344, 350, 352, 356, 362-373, 378, 381, 389, 392, 396, 400, 405-443, 449-459, 475-476, 480-489, 493-494, 496, 498-501, 505-512, 515, 525, 531, 533, 537, 543, 554, 561, 567-579, 624-628, 630, 646, 670-682, 713, 718-795, 799, 815-832, 859, 863-868, 870-875
/nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/mark/__init__.py 141 99 30% 2-114, 118-128, 133-151, 174, 180, 184, 187, 191-192, 196-198, 202-203, 211, 214, 218-240, 245-263, 268, 275-282
/nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/mark/expression.py 124 75 40% 17-75, 79, 85-86, 88-89, 95, 97, 104, 109, 116, 119-134, 136, 143, 146-147, 151, 154-155, 159, 163-165, 169-175, 178, 181-196, 199-200, 211
/nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/mark/structures.py 244 218 11% 1-294, 298-348, 352, 356, 366-367, 371-480, 499-510, 521-526, 531-539, 542-545, 549, 555-559
/nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/monkeypatch.py 171 158 8% 2-126, 132-171, 193-200, 203, 211, 215, 219-379
/nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/nodes.py 271 174 36% 1-45, 80-93, 97-117, 137, 145, 165, 174-175, 187, 189, 192-193, 197-237, 241, 244, 247, 250, 261, 272, 276, 281-283, 290, 303-311, 322, 329-340, 349-490, 512, 514, 518-519, 523-547, 562-565, 582-586
/nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/nose.py 22 11 50% 2-9, 18, 24, 32, 38-39
/nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/outcomes.py 88 78 11% 3-175, 209-212, 216-227
/nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/pastebin.py 70 69 1% 2-32, 34-110
/nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/pathlib.py 342 272 20% 1-383, 387, 392, 417, 422-424, 428, 433-458, 488, 491-506, 523-524, 529, 541, 543, 547-548, 551, 558-566, 570, 582, 587, 601-604, 616, 625, 633-637, 646, 653
/nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/python.py 851 665 22% 2-126, 128-129, 131-132, 136, 139-142, 162-177, 180, 185, 189, 205, 210, 218-219, 222-223, 231-232, 242-247, 253-275, 280-287, 298-299, 302-309, 316, 322, 328, 334-338, 350-367, 370, 379-382, 386, 394-397, 409, 412, 414, 431, 441, 450, 466, 468, 476-499, 502, 508, 525-540, 554-574, 579-612, 622-623, 640-664, 667-700, 706, 721, 724, 727, 729-744, 750-955, 984-1554, 1585-1593, 1595, 1616-1617, 1621, 1625-1626, 1630, 1634-1639, 1643, 1645-1646, 1649-1689
/nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/reports.py 279 248 11% 1-140, 148-236, 287-293, 312-324, 342-348, 378-572
/nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/runner.py 299 179 40% 2-98, 102-106, 114, 119, 124, 136-148, 153, 157-158, 163-173, 179, 196, 200, 202, 212, 221, 225, 231-240, 250, 259-290, 292, 298-299, 312-316, 330-336, 340, 346-364, 371-374, 378, 385, 389, 396-400, 402-404, 408-417, 421, 428-432, 434-436, 442-443, 450-455, 461
/nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/setuponly.py 56 54 4% 1-91, 93
/nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/setupplan.py 24 22 8% 1-36, 38-39
/nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/skipping.py 178 146 18% 2-46, 49-58, 85-167, 170-184, 187-193, 198-208, 211-228, 234-241, 245, 249-253, 259, 269-270, 276-281, 283, 285-287, 289-302, 312-318, 320-323
/nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/stepwise.py 68 67 1% 1-39, 42-119
/nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/store.py 34 27 21% 1-85, 88, 92, 99, 104-116, 123
/nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/terminal.py 897 679 24% 5-82, 99-227, 232-239, 246, 248, 250, 252, 258-259, 264-265, 269-270, 274-275, 280-317, 331, 344, 348, 351, 355-361, 365-366, 369-370, 373-374, 377-378, 381-388, 391-395, 406-415, 417-420, 423, 426, 428, 432, 446, 450, 460-466, 472-490, 492-501, 507-509, 514, 524, 534-541, 545-572, 575-576, 580, 584-585, 598-601, 605-610, 616-618, 625-626, 630, 635-638, 640, 642, 648, 650, 660, 669, 674, 676, 678, 680, 686-689, 693, 700-701, 710, 717, 722, 727, 735, 744, 753-1148, 1155, 1158, 1160, 1164, 1167, 1172, 1176-1364, 1378-1405
/nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/threadexception.py 44 29 34% 1-36, 41-44, 49, 61, 65-79, 83-84, 88-89
/nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/tmpdir.py 106 91 14% 2-35, 50, 54-55, 69-133, 139-159, 174-228
/nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/unittest.py 243 233 4% 2-46, 54, 58-337, 339-344, 352-364, 366-388, 393-405
/nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/unraisableexception.py 44 29 34% 1-36, 40-45, 50, 62, 66-82, 86-87, 91-92
/nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/warnings.py 63 44 30% 1-20, 28-29, 58-59, 64-96, 103-104, 112-139
/nix/store/2mj5d85ia6jxn1anqjwql2cgry97jws3-python3.8-flake8-3.8.4/lib/python3.8/site-packages/flake8/checker.py 315 185 41% 2-39, 48-70, 101, 107, 119-123, 126-130, 133-137, 148-155, 159, 169, 182-184, 193, 197, 200, 242, 265-304, 309, 321, 324-328, 338, 343-346, 379-383, 387-414, 421-423, 428-475, 479-484, 492-493, 495-502, 506, 515-518, 527, 538-557, 582-585, 590-591, 602, 614, 623, 638-693
/nix/store/2mj5d85ia6jxn1anqjwql2cgry97jws3-python3.8-flake8-3.8.4/lib/python3.8/site-packages/flake8/formatting/base.py 56 49 12% 2-34, 53-72, 78-210, 213-214
/nix/store/2mj5d85ia6jxn1anqjwql2cgry97jws3-python3.8-flake8-3.8.4/lib/python3.8/site-packages/flake8/formatting/default.py 26 7 73% 34, 55, 71, 78-82
/nix/store/2mj5d85ia6jxn1anqjwql2cgry97jws3-python3.8-flake8-3.8.4/lib/python3.8/site-packages/flake8/main/application.py 164 102 38% 2-32, 97, 119, 122-139, 162, 169, 190-192, 203, 208-212, 216, 221, 223, 230, 238-240, 249, 261, 265-268, 273-290, 306-376
/nix/store/2mj5d85ia6jxn1anqjwql2cgry97jws3-python3.8-flake8-3.8.4/lib/python3.8/site-packages/flake8/main/debug.py 20 18 10% 2-13, 22-65
/nix/store/2mj5d85ia6jxn1anqjwql2cgry97jws3-python3.8-flake8-3.8.4/lib/python3.8/site-packages/flake8/main/options.py 50 14 72% 2-10, 65-68, 78-90
/nix/store/2mj5d85ia6jxn1anqjwql2cgry97jws3-python3.8-flake8-3.8.4/lib/python3.8/site-packages/flake8/main/vcs.py 23 22 4% 2-46
/nix/store/2mj5d85ia6jxn1anqjwql2cgry97jws3-python3.8-flake8-3.8.4/lib/python3.8/site-packages/flake8/options/aggregator.py 25 8 68% 6-16, 69
/nix/store/2mj5d85ia6jxn1anqjwql2cgry97jws3-python3.8-flake8-3.8.4/lib/python3.8/site-packages/flake8/options/config.py 162 75 54% 2-18, 57-58, 61-62, 71-72, 80-87, 94-102, 117, 135, 145, 149, 153, 157-169, 187, 200, 204-207, 215, 225, 229, 233-237, 242, 252-268, 280, 284, 297-301, 304-310, 315, 328-332, 335-341, 350-352, 358-368, 372
/nix/store/2mj5d85ia6jxn1anqjwql2cgry97jws3-python3.8-flake8-3.8.4/lib/python3.8/site-packages/flake8/options/manager.py 187 89 52% 2-68, 73, 81, 88-91, 186-191, 195-203, 267, 275-276, 282-290, 299-302, 306-324, 329-343, 363, 384-385, 394, 419, 438-449, 460, 470, 476, 483, 498-509
/nix/store/2mj5d85ia6jxn1anqjwql2cgry97jws3-python3.8-flake8-3.8.4/lib/python3.8/site-packages/flake8/plugins/manager.py 244 96 61% 2-19, 41-47, 57, 67, 79-80, 86-87, 93-94, 102-103, 113-114, 124-125, 129, 133, 136-144, 158-166, 172-185, 196-198, 219-225, 240, 247-252, 260-264, 267, 280, 304, 323, 339-340, 345-350, 361, 366, 371, 385-393, 397-398, 406, 420, 426, 435, 444-449, 458, 473, 496-497, 505-506, 514-515, 524-527
/nix/store/2mj5d85ia6jxn1anqjwql2cgry97jws3-python3.8-flake8-3.8.4/lib/python3.8/site-packages/flake8/plugins/pyflakes.py 65 21 68% 11, 92, 95-104, 152, 157-162, 167-172, 179, 189-190
/nix/store/2mj5d85ia6jxn1anqjwql2cgry97jws3-python3.8-flake8-3.8.4/lib/python3.8/site-packages/flake8/processor.py 260 123 53% 2-59, 114-115, 128-129, 133-142, 146, 150, 154, 163, 171, 184, 219, 223, 232-242, 246, 252-257, 264, 277-326, 336, 340-341, 346-351, 356-362, 366, 371-376, 389, 391-395, 399, 404, 411-417, 422, 427, 432, 442, 447, 457, 473-487, 504-505
/nix/store/2mj5d85ia6jxn1anqjwql2cgry97jws3-python3.8-flake8-3.8.4/lib/python3.8/site-packages/flake8/statistics.py 34 33 3% 2-12, 16-133
/nix/store/2mj5d85ia6jxn1anqjwql2cgry97jws3-python3.8-flake8-3.8.4/lib/python3.8/site-packages/flake8/style_guide.py 202 167 17% 2-152, 172-324, 349, 366-371, 378, 381-382, 389-443, 461, 464-479, 486, 499-609
/nix/store/2mj5d85ia6jxn1anqjwql2cgry97jws3-python3.8-flake8-3.8.4/lib/python3.8/site-packages/flake8/utils.py 190 149 22% 2-27, 50-80, 92, 100-158, 171, 193-293, 305, 319-323, 338, 341, 344-359, 364, 379, 383, 407-410, 431, 449, 452-453, 464
/nix/store/3n22ngz1zcvm0z2177kvqxjqhwc7p9yb-python3.8-mccabe-0.6.1/lib/python3.8/site-packages/mccabe.py 243 175 28% 16-17, 26-27, 30-31, 34-41, 45-47, 52-53, 56, 60, 65-69, 72-74, 77-83, 89-91, 100-103, 106-107, 110-111, 115-137, 142-145, 148-153, 156-161, 164-167, 170-171, 176-177, 181-190, 194-212, 215-216, 221-223, 252-254, 265-270, 274-289, 294-296, 300-313, 317-343, 347
/nix/store/5jvyk69x1ydsi9idzwd7jl019psb6r5g-python3.8-mypy-extensions-0.4.3/lib/python3.8/site-packages/mypy_extensions.py 67 28 58% 19-25, 29, 33-47, 111, 116, 121, 126, 131, 136, 144, 155, 158, 163
/nix/store/653zprw1jfspb4bx6663b8sp6a9qhjml-python3.8-backports.functools_lru_cache-1.6.1/lib/python3.8/site-packages/backports/functools_lru_cache.py 109 46 58% 32-33, 36, 51-63, 107-111, 115-127, 157, 160-169, 180-181, 185-189
/nix/store/663m340i8nwc4x2lg6ikvpgkp13657ph-python3.8-attrs-20.3.0/lib/python3.8/site-packages/attr/validators.py 116 115 1% 5-30, 35-379
/nix/store/ac8dw3nndplql2i6qjrx1l0fyyw7f1p5-python3.8-regex-2020.11.13/lib/python3.8/site-packages/regex/__init__.py 3 0 100%
/nix/store/ac8dw3nndplql2i6qjrx1l0fyyw7f1p5-python3.8-regex-2020.11.13/lib/python3.8/site-packages/regex/_regex_core.py 2750 1499 45% 43-57, 248-282, 286-290, 294, 298, 320, 332, 369, 373, 377-380, 411, 417, 419, 428-431, 437-440, 443, 456-464, 480-482, 485, 495, 510-520, 531-537, 541, 545-571, 575-595, 599-605, 609-666, 670-678, 682-688, 692-697, 701-724, 728-736, 739-762, 766, 780-800, 806, 809, 812, 815, 818, 821, 824, 832-841, 860-892, 897-909, 925-964, 967-983, 988-996, 1001-1014, 1018-1025, 1029-1032, 1043, 1054-1056, 1063, 1089, 1093, 1099-1102, 1110-1114, 1118-1134, 1138-1153, 1157, 1161, 1165, 1175, 1178, 1181-1188, 1191, 1194, 1197, 1200, 1203, 1209, 1214, 1224, 1227, 1234-1263, 1267-1283, 1288-1306, 1311-1318, 1322-1328, 1332-1344, 1348-1365, 1369-1387, 1401, 1404, 1417-1423, 1427-1433, 1437-1443, 1447-1453, 1469-1470, 1495-1496, 1501-1502, 1508, 1512, 1515, 1530-1534, 1540-1549, 1553, 1559-1564, 1568-1575, 1580, 1586, 1590-1596, 1616, 1619, 1623-1638, 1655-1677, 1681-1749, 1753-1761, 1765-1778, 1782-1796, 1834, 1852, 1855, 1861, 1882, 1903, 1905, 1909, 1920, 1925, 1929, 1944-1945, 1948, 1951-1955, 1958-1959, 1962-1963, 1966, 1969, 1972, 1975, 1978, 1982-1983, 1986, 1989, 1993, 1996, 2013, 2020-2021, 2037-2042, 2052, 2056-2059, 2066-2067, 2070, 2073, 2076, 2096-2100, 2109, 2135, 2144, 2151-2155, 2161-2196, 2201-2221, 2225-2248, 2255-2276, 2280, 2293-2296, 2313-2334, 2345, 2353-2357, 2362-2380, 2386, 2393-2398, 2401-2417, 2420, 2423, 2426, 2429, 2432, 2435, 2439-2440, 2443, 2463, 2471, 2480, 2487, 2489, 2496, 2502-2503, 2507, 2514, 2522-2527, 2530-2547, 2550-2553, 2556-2558, 2561-2562, 2565, 2568, 2571, 2574, 2578-2587, 2590-2594, 2597, 2600, 2604, 2607, 2649, 2653-2684, 2688, 2691-2692, 2695-2696, 2699, 2702, 2706-2731, 2735-2739, 2742, 2745, 2749, 2752-2782, 2788-2791, 2794, 2797, 2801, 2826-2827, 2830, 2836, 2854, 2859-2866, 2872, 2888-2893, 2897, 2900-2910, 2914-2923, 2948, 2951, 2957, 2963, 2971, 2975-2976, 2982, 2987-2991, 3029, 3038, 3041, 3044, 3047, 3050-3053, 3058, 3060, 3062, 3068-3070, 3073, 3076, 3086-3091, 3094-3096, 3099-3103, 3107-3110, 3113-3115, 3118, 3122, 3126, 3130-3141, 3144-3151, 3154, 3158, 3162, 3165, 3193, 3202, 3209, 3211, 3215-3217, 3221, 3224, 3230, 3252, 3260-3283, 3290, 3292, 3297-3299, 3304, 3317-3323, 3326-3337, 3340, 3343-3346, 3349, 3353, 3356, 3366, 3380, 3396-3400, 3404-3414, 3425-3426, 3429, 3432, 3435, 3441, 3456, 3465-3466, 3475-3476, 3479-3487, 3500-3528, 3532-3549, 3555, 3563, 3598, 3601-3614, 3617-3620, 3628-3650, 3658-3675, 3689-3700, 3703-3704, 3715-3730, 3733-3734, 3745-3760, 3763-3767, 3788-3789, 3804, 3820, 3832-3833, 3867-3870, 3881, 3888, 3893, 3900-3901, 3912-3914, 3919-3949, 3952, 3956, 3979-3986, 3995-3998, 4001-4036, 4039-4084, 4087-4113, 4120-4145, 4156, 4165-4170, 4173-4178, 4208, 4212-4213, 4219-4221, 4234-4243, 4253-4279, 4307-4375, 4380-4399
/nix/store/ac8dw3nndplql2i6qjrx1l0fyyw7f1p5-python3.8-regex-2020.11.13/lib/python3.8/site-packages/regex/regex.py 260 133 49% 253-254, 260-261, 267-268, 277-278, 287-288, 299-300, 311-312, 322-323, 328-329, 337-338, 345-346, 355-356, 366-369, 373, 380-414, 462, 471, 480-493, 503-509, 525-532, 536, 541, 544, 547, 553, 565-566, 569, 574, 588-596, 601-602, 614, 621, 649-650, 673-718, 734
/nix/store/f9m932jscfsk241smlvifxksdqj5drn9-python3.8-pytest-cov-2.10.1/lib/python3.8/site-packages/pytest_cov/compat.py 21 17 19% 1-18, 23-26, 29-31
/nix/store/f9m932jscfsk241smlvifxksdqj5drn9-python3.8-pytest-cov-2.10.1/lib/python3.8/site-packages/pytest_cov/embed.py 77 71 8% 16-79, 81-90, 100-137
/nix/store/f9m932jscfsk241smlvifxksdqj5drn9-python3.8-pytest-cov-2.10.1/lib/python3.8/site-packages/pytest_cov/engine.py 237 217 8% 2-35, 38-41, 49-91, 96, 101, 104-107, 114-225, 230-401
/nix/store/f9m932jscfsk241smlvifxksdqj5drn9-python3.8-pytest-cov-2.10.1/lib/python3.8/site-packages/pytest_cov/plugin.py 208 190 9% 2-206, 209, 214-215, 223-226, 228, 231-261, 265, 273-323, 327-329, 332-333, 336-338, 343-379
/nix/store/fi0n2rni8dfp2gxmr6g4vvchipcxdc9w-python3.8-toml-0.10.2/lib/python3.8/site-packages/toml/decoder.py 823 549 33% 1-18, 22, 26, 28, 32-90, 93, 95, 97, 99, 101, 103, 105-107, 109, 113, 133-134, 136-153, 157-165, 186, 189, 208-209, 213, 216-226, 232-233, 236-240, 243-247, 249-253, 260, 264-280, 287-290, 293-296, 299-300, 309-319, 324, 333-334, 339-345, 347, 355, 359, 362, 379, 381-410, 414, 417-419, 429-430, 433, 441-452, 455, 463, 467-478, 483-487, 493, 496-499, 501-508, 513-514, 516, 520-609, 615-624, 626, 631-637, 640, 643-684, 689-697, 706, 713-714, 718, 724-739, 742-763, 766, 769-776, 781, 783, 786, 790, 793, 796-801, 806-810, 812, 816, 818, 820, 827-828, 833, 842-846, 849, 855, 860-868, 871-872, 877, 881-923, 925, 927, 932-935, 938, 942-944, 955-992, 1002-1007, 1010-1022, 1029, 1035-1038, 1042-1056
/nix/store/gwkb6a1wi5v2j4d54bgyfws53iv96m6m-python3.8-typing_extensions-3.7.4.3/lib/python3.8/site-packages/typing_extensions.py 1033 860 17% 22, 30, 35-37, 40-45, 53-57, 61-66, 71, 87, 91-92, 101-111, 172-218, 234-358, 363-510, 516-536, 540, 545-676, 681, 714, 722-747, 765-769, 779-797, 801-803, 807-810, 814-817, 821-824, 829-848, 853-880, 886-894, 917-938, 943-986, 992-1017, 1021-1024, 1030-1054, 1060, 1067, 1072-1077, 1083-1087, 1097-1112, 1116, 1121-1549, 1554-1567, 1577-1584, 1590, 1593-1601, 1604-1607, 1612-1653, 1688, 1734-1738, 1749-1753, 1756-1758, 1761, 1767, 1772-1776, 1779, 1817, 1821-1828, 1831, 1838-1847, 1880-1993, 2028-2029, 2047-2053, 2066-2073, 2077, 2079-2095, 2100, 2114-2168
/nix/store/hbcrswvqai59jchdh9fcc802mlyfzypp-python3.8-pyflakes-2.2.0/lib/python3.8/site-packages/pyflakes/__init__.py 1 0 100%
/nix/store/hbcrswvqai59jchdh9fcc802mlyfzypp-python3.8-pyflakes-2.2.0/lib/python3.8/site-packages/pyflakes/checker.py 1216 695 43% 28, 37, 42-47, 54, 61-65, 68-71, 78-80, 85-94, 101, 109-116, 124, 148-150, 159-215, 225, 227, 273-294, 298, 319, 322, 328, 344, 362, 365, 371, 389-392, 401-404, 408-411, 433-436, 439-441, 444, 448, 458, 466-469, 473-478, 485-489, 493, 497-500, 511-512, 555-585, 592-593, 627, 647-648, 663-664, 689, 722, 726, 745-749, 784-795, 836, 851, 855-856, 904, 925, 930-932, 949, 953, 956-957, 962-979, 987-988, 990-996, 1002, 1012-1027, 1034-1037, 1040-1046, 1049, 1053-1060, 1072, 1078-1096, 1100, 1115-1118, 1133, 1141-1147, 1151-1154, 1164-1167, 1179-1191, 1197-1202, 1207, 1211-1222, 1228, 1230, 1232, 1239-1265, 1277-1290, 1302-1306, 1317-1328, 1334-1335, 1337, 1350, 1355-1400, 1404-1424, 1430, 1439-1440, 1460-1479, 1482-1595, 1607, 1614-1615, 1620-1716, 1723-1728, 1732-1743, 1750, 1765-1775, 1783-1795, 1812-1826, 1835, 1842, 1849-1873, 1878-1880, 1896, 1899-1905, 1911-1928, 1934-1935, 1946-1951, 1965, 1974-1981, 1985-1986, 1988-1989, 1999-2005, 2011-2013, 2019, 2032, 2036-2044, 2052-2056, 2059, 2067-2084, 2087-2089, 2099-2111, 2119, 2127-2128, 2138-2143, 2146-2153, 2160-2177, 2182-2224, 2227-2235, 2246
/nix/store/hbcrswvqai59jchdh9fcc802mlyfzypp-python3.8-pyflakes-2.2.0/lib/python3.8/site-packages/pyflakes/messages.py 197 66 66% 11-13, 16, 24-25, 32-33, 40-41, 48-49, 56-57, 64-65, 72-73, 80-81, 88-91, 98-99, 109-115, 122-123, 130-131, 138-139, 146-147, 155-156, 167-168, 254-255, 262-263, 286-287, 294-295, 302-303, 314-315, 322-323, 334-335, 342-343, 350-351, 358-359
/nix/store/mh252phq2l9207c8anbrg2lb21b5a4cl-python3.8-appdirs-1.4.4/lib/python3.8/site-packages/appdirs.py 257 210 18% 29-39, 77-97, 131-163, 195-203, 236-254, 291-300, 302-304, 345-353, 388-404, 411-415, 419, 424, 429, 434, 439, 444, 449, 460-476, 480-503, 507-530, 533-556, 559-571, 577-608
/nix/store/mlz63dm8w4rgnp8cynj0nx5s6xrn0152-python3.8-typed-ast-1.4.1/lib/python3.8/site-packages/typed_ast/__init__.py 1 0 100%
/nix/store/mlz63dm8w4rgnp8cynj0nx5s6xrn0152-python3.8-typed-ast-1.4.1/lib/python3.8/site-packages/typed_ast/ast27.py 136 118 13% 50, 60-93, 105-123, 131-135, 146-160, 168-171, 179-183, 191-197, 206-213, 222-227, 252-254, 258-264, 304-324
/nix/store/mlz63dm8w4rgnp8cynj0nx5s6xrn0152-python3.8-typed-ast-1.4.1/lib/python3.8/site-packages/typed_ast/ast3.py 152 133 12% 62, 73-111, 123-141, 149-153, 164-178, 186-189, 197-201, 209-215, 224-238, 247-252, 277-279, 283-289, 329-348
/nix/store/mzpz0568s0wqcnn7p1jxxiwg027ijwky-python3.8-pytest-flake8-1.0.7/lib/python3.8/site-packages/pytest_flake8.py 143 73 49% 3-46, 60, 75-97, 108, 112, 116-118, 129, 136-141, 143, 148-153, 156-172, 175-178, 182, 187, 189, 191, 193, 207-211, 213, 217
/nix/store/nqmi6swizfracfb51sj7fbk8spfzhg02-python3.8-pytest-black-0.3.12/lib/python3.8/site-packages/pytest_black.py 78 45 42% 4-23, 29-32, 39-46, 54, 56, 58-61, 67, 70-72, 78-79, 84-89, 92, 95, 98-100, 103-118
/nix/store/qyakmlvkr87ikvh63df52by3pnk6ga4a-python3.8-pathspec-0.8.1/lib/python3.8/site-packages/pathspec/__init__.py 17 0 100%
/nix/store/qyakmlvkr87ikvh63df52by3pnk6ga4a-python3.8-pathspec-0.8.1/lib/python3.8/site-packages/pathspec/compat.py 19 9 53% 13-20, 31, 36-38
/nix/store/qyakmlvkr87ikvh63df52by3pnk6ga4a-python3.8-pathspec-0.8.1/lib/python3.8/site-packages/pathspec/pathspec.py 57 40 30% 25-26, 36-40, 47, 54-57, 64-68, 87-96, 111-112, 129-135, 153-159, 180-181, 202-203
/nix/store/qyakmlvkr87ikvh63df52by3pnk6ga4a-python3.8-pathspec-0.8.1/lib/python3.8/site-packages/pathspec/pattern.py 38 24 37% 28-29, 45, 75-103, 111-114, 126-129, 146
/nix/store/qyakmlvkr87ikvh63df52by3pnk6ga4a-python3.8-pathspec-0.8.1/lib/python3.8/site-packages/pathspec/patterns/__init__.py 2 0 100%
/nix/store/qyakmlvkr87ikvh63df52by3pnk6ga4a-python3.8-pathspec-0.8.1/lib/python3.8/site-packages/pathspec/patterns/gitwildmatch.py 129 105 19% 42-174, 190-280, 293-295, 310-311, 318, 325-326
/nix/store/qyakmlvkr87ikvh63df52by3pnk6ga4a-python3.8-pathspec-0.8.1/lib/python3.8/site-packages/pathspec/util.py 176 123 30% 46-67, 78, 102-109, 133-141, 169-222, 234, 249-254, 269-278, 295-298, 317-330, 347-350, 370, 372, 374, 393, 400, 410, 418, 440, 448, 455, 467, 475, 495-496, 527-544, 559-563, 575-579, 585, 597-600
/nix/store/vn94gqrl5qjn6jiyq84ri40dwr4dib9r-python3.8-py-1.9.0/lib/python3.8/site-packages/py/_builtin.py 112 78 30% 24-31, 34, 37, 43, 46, 49, 52-122, 126-130, 149
/nix/store/vn94gqrl5qjn6jiyq84ri40dwr4dib9r-python3.8-py-1.9.0/lib/python3.8/site-packages/py/_code/__init__.py 0 0 100%
/nix/store/vn94gqrl5qjn6jiyq84ri40dwr4dib9r-python3.8-py-1.9.0/lib/python3.8/site-packages/py/_code/code.py 531 408 23% 12, 20-28, 31, 34, 40-46, 52-54, 60, 69-74, 81-85, 90-92, 101-103, 110-112, 117, 120, 128-134, 144-145, 148-149, 153, 157, 160, 165-166, 171, 174, 180-186, 190, 196-214, 224-230, 233-244, 247, 259-266, 278-287, 290-293, 305, 311-315, 321-339, 350-368, 371, 382-388, 392, 395-398, 409-420, 423-425, 428-430, 441-446, 450-461, 464-467, 470, 473-477, 481-499, 502-511, 514-534, 537-566, 569-576, 579-596, 599-601, 605-608, 613-616, 619, 624-626, 629, 632-635, 641-643, 647-659, 663-665, 671, 674, 680-684, 687-706, 709, 715-717, 722-726, 730, 733-734, 738, 741-756, 764-772, 776-779, 785-795
/nix/store/vn94gqrl5qjn6jiyq84ri40dwr4dib9r-python3.8-py-1.9.0/lib/python3.8/site-packages/py/_error.py 52 49 6% 5-62, 67-91
/nix/store/vn94gqrl5qjn6jiyq84ri40dwr4dib9r-python3.8-py-1.9.0/lib/python3.8/site-packages/py/_io/__init__.py 0 0 100%
/nix/store/vn94gqrl5qjn6jiyq84ri40dwr4dib9r-python3.8-py-1.9.0/lib/python3.8/site-packages/py/_io/capture.py 266 167 37% 8-9, 12-16, 22-27, 40-50, 53-67, 72-78, 83-88, 100-117, 121-122, 125-131, 134-135, 138, 159, 173-175, 186-196, 199-232, 235-240, 244, 248-257, 261-269, 272-279, 297, 330, 334-343, 353, 359, 361, 363, 367-371
/nix/store/vn94gqrl5qjn6jiyq84ri40dwr4dib9r-python3.8-py-1.9.0/lib/python3.8/site-packages/py/_path/common.py 277 226 18% 3-56, 59-85, 88-91, 97-103, 105, 112-125, 128-139, 142-144, 147-154, 157-163, 168-222, 240, 243, 262, 267, 275-277, 282-312, 315, 318, 321, 337-386, 388-400, 403-439, 442, 451, 456-458
/nix/store/vn94gqrl5qjn6jiyq84ri40dwr4dib9r-python3.8-py-1.9.0/lib/python3.8/site-packages/py/_path/local.py 694 604 13% 4-27, 30, 34-143, 158-159, 162, 165, 168, 171, 175-176, 178-182, 185-290, 299, 313, 317, 320, 326, 328-330, 345, 352-353, 360, 366, 368, 371, 376-379, 389-390, 395-396, 399-402, 413-417, 421-545, 549-608, 612-1030
/nix/store/vn94gqrl5qjn6jiyq84ri40dwr4dib9r-python3.8-py-1.9.0/lib/python3.8/site-packages/py/_vendored_packages/apipkg.py 149 130 13% 8-68, 71, 80-133, 138-139, 145, 152-153, 156-205
/nix/store/vppjlxk0sd508d1q3k3nh228adivgrxh-python3.8-pycodestyle-2.6.0/lib/python3.8/site-packages/pycodestyle.py 1427 801 44% 64-70, 78-79, 87, 93-94, 176, 183, 192-194, 220, 232, 251-254, 269, 271, 292-309, 320, 325, 330, 339, 346-348, 393, 397, 404, 410-424, 427, 434, 466, 468-469, 486, 488, 491, 493, 510-511, 533-541, 568, 571, 573, 579, 640, 653, 675-676, 682, 684-686, 691, 694-715, 724, 731, 734, 736, 749, 757, 776, 779-784, 814, 834, 836, 839, 841, 890, 893-922, 933-935, 937, 942, 945-946, 964-968, 1008, 1010-1012, 1019, 1024-1026, 1030, 1062-1063, 1068-1069, 1071-1074, 1096, 1123, 1125, 1136, 1140, 1150-1153, 1200-1210, 1215-1219, 1247, 1250, 1332, 1366, 1390-1401, 1420-1424, 1445-1448, 1461, 1466, 1527-1528, 1532-1534, 1538-1539, 1541-1542, 1545, 1547, 1563, 1577, 1591, 1603, 1614, 1653-1658, 1690, 1692, 1698-1703, 1705-1712, 1715, 1720-1725, 1729, 1749-1788, 1798-1803, 1808-1816, 1821, 1843-1851, 1865-1871, 1878-1896, 1908-1918, 1926-1928, 1940, 1953-1993, 1997-2004, 2010-2016, 2020-2023, 2027-2028, 2032-2040, 2044-2073, 2077-2108, 2112-2120, 2124-2135, 2140-2168, 2172-2213, 2222-2228, 2232, 2236, 2240-2246, 2250, 2254-2269, 2273, 2277, 2288, 2293-2294, 2298-2301, 2316-2321, 2325-2326, 2331-2336, 2340-2364, 2371-2372, 2375-2377, 2385-2419, 2423-2424, 2428-2442, 2446-2450, 2454-2472, 2479-2487, 2496-2499, 2508-2513, 2518-2579, 2593-2654, 2664-2709, 2722-2725, 2730-2759, 2763
/nix/store/wf6y5ipzw09xnv0jydgsi8rvraifkjni-python3.8-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/_tracing.py 41 31 24% 6-12, 15-32, 34, 40-54, 58, 61
/nix/store/wf6y5ipzw09xnv0jydgsi8rvraifkjni-python3.8-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/callers.py 125 91 27% 4-32, 36-37, 40-68, 78-157, 172-175, 184-185, 192-193, 204
/nix/store/wf6y5ipzw09xnv0jydgsi8rvraifkjni-python3.8-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/hooks.py 175 101 42% 4-120, 127-129, 135-142, 156-159, 161-164, 168-169, 173-174, 189-190, 194-202, 212-215, 218-224, 227-238, 242, 262-272, 274, 281, 288, 299-304, 312-315, 320-322, 328, 335-339, 347-359
/nix/store/wf6y5ipzw09xnv0jydgsi8rvraifkjni-python3.8-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/manager.py 196 154 21% 1-42, 45, 48-83, 90, 95, 102-104, 132, 135, 138-139, 142, 145-152, 155-240, 242, 248, 252-265, 274-305, 310-391
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL 33526 23995 28%
============================== 9 passed in 4.72s ===============================
@nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" }
pythonCatchConflictsPhase
@nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" }
pythonRemoveBinBytecodePhase
@nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" }
pythonImportsCheckPhase
Executing pythonImportsCheckPhase
@nix { "action": "setPhase", "phase": "pytestcachePhase" }
pytestcachePhase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment