Skip to content

Commit ffb8c85

Browse files
committed
Add eintr deps
1 parent 8702e03 commit ffb8c85

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scripts/update_lib/deps.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -658,6 +658,12 @@ def clear_import_graph_caches() -> None:
658658
"test": [
659659
"test_atexit.py",
660660
"_test_atexit.py",
661+
],
662+
},
663+
"eintr": {
664+
"test": [
665+
"test_eintr.py",
666+
"_test_eintr.py",
661667
]
662668
},
663669
}

0 commit comments

Comments
 (0)