Skip to content

Commit

Permalink
apacheGH-36863: [C#] Remove unnecessary applied fix to not shutdown P…
Browse files Browse the repository at this point in the history
…ythonEngine on CDataInterfacePythonTests if .NET is > 5.0
  • Loading branch information
raulcd committed Jul 25, 2023
1 parent d9b9003 commit 2331b7d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions csharp/test/Apache.Arrow.Tests/CDataInterfacePythonTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@ public PythonNet()

public void Dispose()
{
#if !NET5_0_OR_GREATER
PythonEngine.Shutdown();
#endif
}
}

Expand Down

0 comments on commit 2331b7d

Please sign in to comment.