Skip to content

Commit 49e2352

Browse files
authored
Remove tpn (#11765)
We now use NOTICED
1 parent b344d29 commit 49e2352

18 files changed

+0
-2839
lines changed

.github/release_plan.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
- Python 3.7 and higher
44
- run `python3 -m pip install --user -r news/requirements.txt`
5-
- run `python3 -m pip install --user -r tpn/requirements.txt`
65

76
# Release candidate (Monday, XXX XX)
87

.vscodeignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,5 @@ scripts/**
105105
src/**
106106
test/**
107107
tmp/**
108-
tpn/**
109108
typings/**
110109
types/**

build/ci/templates/test_phases.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,6 @@ steps:
261261
#
262262
# Example command line (windows pwsh):
263263
# > python -m pip install -U -r news/requirements.txt
264-
# > python -m pytest tpn --color=yes --junit-xml=python-news-junit.xml
265264
- script: |
266265
python -m pip install --upgrade -r news/requirements.txt
267266
python -m pytest news --color=yes --junit-xml=$COMMON_TESTRESULTSDIRECTORY/python-news-junit.xml
@@ -279,30 +278,6 @@ steps:
279278
buildPlatform: '$(Agent.Os)-Py$(pythonVersion)'
280279
buildConfiguration: 'UnitTests'
281280

282-
# Run the TPN tool tests.
283-
#
284-
# This task only runs if the string 'pythonUnitTests' exists in variable `TestsToRun`
285-
#
286-
# Example command line (windows pwsh):
287-
# > python -m pip install -U -r tpn/requirements.txt
288-
# > python -m pytest tpn --color=yes --junit-xml=python-tpn-junit.xml
289-
- script: |
290-
python -m pip install --upgrade -r tpn/requirements.txt
291-
python -m pytest tpn --color=yes --junit-xml=$COMMON_TESTRESULTSDIRECTORY/python-tpn-junit.xml
292-
displayName: 'Run Python tests for TPN tool'
293-
condition: and(succeeded(), contains(variables['TestsToRun'], 'pythonInternalTools'))
294-
295-
# Upload the test results to Azure DevOps to facilitate test reporting in their UX.
296-
- task: PublishTestResults@2
297-
displayName: 'Publish Python tests for TPN tool results'
298-
condition: contains(variables['TestsToRun'], 'pythonInternalTools')
299-
inputs:
300-
testResultsFiles: 'python-tpn-junit.xml'
301-
searchFolder: '$(Common.TestResultsDirectory)'
302-
testRunTitle: 'tpn-$(Agent.Os)-Py$(pythonVersion)'
303-
buildPlatform: '$(Agent.Os)-Py$(pythonVersion)'
304-
buildConfiguration: 'UnitTests'
305-
306281
# Venv tests: Prepare the various virtual environments and record their details into the
307282
# JSON file that venvTests require to run.
308283
#

tpn/README.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

tpn/__main__.py

Lines changed: 0 additions & 6 deletions
This file was deleted.

tpn/distribution.toml

Lines changed: 0 additions & 1999 deletions
This file was deleted.

tpn/requirements.in

Lines changed: 0 additions & 5 deletions
This file was deleted.

tpn/requirements.txt

Lines changed: 0 additions & 28 deletions
This file was deleted.

tpn/tpn/__init__.py

Lines changed: 0 additions & 2 deletions
This file was deleted.

tpn/tpn/__main__.py

Lines changed: 0 additions & 119 deletions
This file was deleted.

0 commit comments

Comments
 (0)