question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Test suite fails, presumably due to dynamic download

See original GitHub issue

I am trying to update the Gentoo package for scikits_learn (different name, but it refers to this package).

This is the build.log.

I presume the issue is:

E               urllib.error.URLError: <urlopen error [Errno -3] Temporary failure in name resolution>

This would be because Gentoo sandboxes the installation, in order to avoid security issues resulting from packages dynamically downloading data the identitiy of which is not guaranteed by matching a checksum recorded by the package manager. So it’s not surprising, and potentially an easy fix.

  1. Is this the only issue here?
  2. If so do you have a test data archive which I can download via the package manager? (i.e. via wget)

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
TheChymeracommented, Mar 23, 2020

Ok, -m "not network" worked fine, thank you 😃

1reaction
cmarmocommented, Mar 22, 2020

@rth I get pytest: error: unrecognized arguments: --skip-network

Sorry for stepping in … just to let you know that #16652 will allow to use the --skip-network option too… maybe this is worth a second approval? 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Failures are not collected in dynamic created test suite
I created TestSuite instance and added the tests to it. In order to check my code, I've tried to add only one example...
Read more >
Component testing scenarios - Angular
Error : This test module uses the component BannerComponent which is using a "templateUrl" or "styleUrls", but they were never compiled. Please call...
Read more >
Use the Regression suite automation tool (RSAT)
This article explains how to load test cases from Azure DevOps, run tests, ... Load to download test cases and test case automation...
Read more >
UI tests on iOS15 is launching but… | Apple Developer Forums
Test UI and unit tests are working fine on 14.3 with XCode 13.0 beta4 but it gets stuck on 15.0 and doesn't execute...
Read more >
Do Automatically Generated Unit Tests Find Real Faults? An ...
generate test suites with JTest, we were unable to execute the tests with our analysis ... Time — presumably due to its built-in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found