Skip to content

Commit 85237d4

Browse files
kirklandsignfacebook-github-bot
authored andcommitted
XNNPACK pytest cleanup (pytorch#3646)
Summary: * Test file names should start with test_ to be collected by pytest * Add ops test to pytest.ini * Avoid Tester to be collected Pull Request resolved: pytorch#3646 Reviewed By: swolchok Differential Revision: D57463419 Pulled By: kirklandsign
1 parent 3807045 commit 85237d4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+7
-2
lines changed

.github/workflows/_unittest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
python-version: '3.11'
5151
submodules: 'true'
5252
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
53+
timeout: 90
5354
script: |
5455
set -eux
5556
File renamed without changes.

0 commit comments

Comments
 (0)